Page 1 of 1

What is the valid data type for variable “a” to print “Hello World”?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
switch(a){ System.out.println("Hello World");}
a) int and float
b) byte and short
c) char and long
d) byte and char