问题:
switch (i) {
default:
System.out.printIn(“Hello”);
)
What are the two acceptable types for the variable i?()
A . Char
B . Byte
C . Float
D . Double
E . Object
switch (i) {
default:
System.out.printIn(“Hello”);
)
What are the two acceptable types for the variable i?()
● 参考解析
本题暂无解析
相关内容
相关标签