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

what is the output ?
java
 what is the output ? java public class SwitchExample I public

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!