多项选择题

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

相关考题