Question: java Use switch-case to write a program that prompts the user to enter an integer for the week and consider the following cases: - Week
Use switch-case to write a program that prompts the user to enter an integer for the week and consider the following cases: - Week 1 and 4 , are meeting's weeks. - No meeting in Week 2 and 3. - Otherwise, the program displays error because numbers should be from 1 to 4 Expected Output: Enter any number related to week 1 This is a meeting week, be ready Enter any number related to week 3 There are no meetings, Enjoy your work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
