PRN292c_-_FA_2023_-_2_1241.webp
M

PRN292c_-_FA_2023_-_2_1241.webp

20
Answer (Choose 1 answer)
What is the output of the following code?
static void Main(string[] args){
int[] a = {{1, 2, 3}, {5, 9, 4} };
int s = 0;foreach(int i in a){
if(i % 2 == 0){
s += 1;
}
} Console.WriteLine(s);
}
A. 6
B. 18
C. 14
D. 11


Elt

Thông tin

Category
PRN292c
Thêm bởi
Minh Nhật1
Ngày thêm
Lượt xem
76
Lượt bình luận
1
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRN292c_-_FA_2023_-_2_1241.webp
File size
61.9 KB
Dimensions
1926px x 906px

Share this media

Back
Bên trên Bottom