Question: what is the output ? java public class SwitchExample I public static void main(String] args) & //Declaring a variable for switch expression int namber 40
public class SwitchExample I public static void main(String] args) \& //Declaring a variable for switch expression int namber 40 ; //Switch expression switch(number)\{ I/Case statements case 10: System.out.printind "10"); break; case 20: System.out.printle( (20+): break; case 30: System.out.printle(" 30m) : break: //Default case statement default: System.out.println( "Not in 10,20 or 305 )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
