题目内容

下列程序段的输出结果是( )。int a = 0 ;while ( a < 5 ) {switch(a){case 0:case 3 : a = a + 2;case 1 :case 2 : a = a + 3;default : a = a + 5;}}System.out.print ( a ) ;

A. 0
B. 5
C. 10
D. 其他

查看答案
更多问题

划分下列句子的成分:The sun was shining.

划分下列句子的成分:This is an English-Chinese dictionary.

划分下列句子的成分:Our well has gone dry.

划分下列句子的成分:Who knows the answer?

答案查题题库