What is the valid data type for variable “a” to print “Hello World”?
Posted: Wed Jul 13, 2022 7:45 pm
switch(a){ System.out.println("Hello World");}
a) int and float
b) byte and short
c) char and long
d) byte and char
a) int and float
b) byte and short
c) char and long
d) byte and char