Question: java Short Quiz - 06 What will be output of the following code segment? public class Test { public static void main(String] args){ What will
java
Short Quiz - 06 What will be output of the following code segment? public class Test \{ public static void main(String] args)\{ What will be the answer for: int day =5; String dayString; String dayType; switch (day)\{ Day =3, answer: case 1: case 2 : Day =7, answer: case 3 : Day =1, answer: case 5: dayType = "Weekday"; break; case 6: Day =8, answer: case 7: dayType = "Weekend"; break; default: dayType= "Invalid daytype"; \} System.out.println(dayString + " is a "+ dayType); \}\}
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
