PRO192_-_SU_2024_-_Block_5_-_FE_2618.webp
Quốc Hùng2

PRO192_-_SU_2024_-_Block_5_-_FE_2618.webp

Kizspy | Question: 10
(Choose 1 answer)
What is the output of the code snippet?
public class Test {
public static void main(String[] args) {
int a = new int [5];
for(int i: a){i = 1;
}
System.out.println(a[1]);
}
A. 0
B. 1
C. null
D. [I@15db9742]
FUOVERF

Thông tin

Category
PRO192
Thêm bởi
Quốc Hùng2
Ngày thêm
Lượt xem
3,958
Lượt bình luận
16
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom