What is the valid data type for variable "a" to print "Hello World"?
switch(a)
{
System.out.println("Hello World");
}

Posted on by