题目内容

public class SwitchTest { public static void main (String args) { System.out.PrintIn(“value =” +switchIt(4)); } public static int switchIt(int x) { int j = 1; switch (x) { case 1: j++; case 2: j++; case 3: j++; case 4: j++; case 5: j++; default:j++; } return j + x; } } 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

查看答案
更多问题

“新浪潮”电影以反()起家。

我国城市税收应该坚持什么原则?

一体化物流

延边州内进行野生动物及其产品收购、销售、加工的单位或个人需办理经营利用许可证,其条件是什么?

答案查题题库