Analyze the code snippet below and identify the output produced on the Listbox lstOutput. int i, j=0; for (i = 20; i >= 10; i-=2) { j = 2; while (i % j == 2) { j++; } lstOutput.Items.Add (i.ToString() + " " + j.ToString()); }单项选择题

题目图片
A

18 2  16 2  14 2  12 2

B

16 2  14 2  12 2  10 2

C

16 2  14 3  12 4  10 5

D

18 2  16 3  14 4  12 5

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!