97免费在线观看视频,亚洲综合自拍网,黄色毛片免费观看,热久久综合网,免费看日产一区二区三区 狠狠操av,久久久涩涩涩,在线精品免费视频,人人插天天干,久久91精品国产91久久

單項(xiàng)選擇題

1. public class SwitchTest { 
2. public static void main (String []args)  { 
3. System.out.PrintIn(“value =” +switchIt(4)); 
4. } 
5. public static int switchIt(int x)  { 
6. int j = 1; 
7. switch (x) { 
8. case 1: j++; 
9. case 2: j++; 
10. case 3: j++; 
11. case 4: j++; 
12. case 5: j++; 
13. default:j++; 
14. } 
15. return j + x; 
16. } 
17. }    
What is the output from line 3?()  

A. Value = 3
B. Value = 4
C. Value = 5
D. Value = 6
E. Value = 7
F. Value = 8

微信掃碼免費(fèi)搜題