switch(x)
{
default:
System.out.println(Hello);
}
Which two are acceptable types for x?
- byte
- long
- char
- float
- Short
- Long
Reveal answer
Fill a bubble to check yourself
switch(x)
{
default:
System.out.println(Hello);
}
Which two are acceptable types for x?