PRN211_-_RE_-_SU_2023_572.webp
Erza_girl

PRN211_-_RE_-_SU_2023_572.webp

(Choose 1 answer)
class Program {
static void Main(string[] args){
List<int> list = new List<int> {1, 5, 2, 4,3};var r
= from i in list
where i % 2 == 0
select i;
Console.WriteLine(r.Sum());
}
}
The output will be:
A. 6
B. 9
C. 10
D. 11

Exit 20

Thông tin

Category
PRN211
Thêm bởi
Erza_girl
Ngày thêm
Lượt xem
886
Lượt bình luận
3
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRN211_-_RE_-_SU_2023_572.webp
File size
45.5 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom