单项选择题
switch (i) {
default:
System.out.printIn(“Hello”);
}
What is the acceptable type for the variable i?()
A. Byte
B. Long
C. Float
D. Double
E. Object
F. A and B
G. C and D
点击查看答案&解析
相关考题
