Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Weekday Switch Challenge | Basic Types, Operations
Java Basics

Weekday Switch ChallengeWeekday Switch Challenge

Task

Write a program that takes an integer from 1 to 7 and prints the corresponding day of the week. Use a switch statement to solve the problem.

If the number is greater than 7 or less than 1, display an Error text.

Note

You should write a case for each day of the week from 1 to 7, starting with Monday. Replace ___ with the corresponding days, and also complete the code with cases for days 4, 5, 6, and 7 of the week.

Everything was clear?

Section 2. Chapter 7
toggle bottom row
course content

Course Content

Java Basics

Weekday Switch ChallengeWeekday Switch Challenge

Task

Write a program that takes an integer from 1 to 7 and prints the corresponding day of the week. Use a switch statement to solve the problem.

If the number is greater than 7 or less than 1, display an Error text.

Note

You should write a case for each day of the week from 1 to 7, starting with Monday. Replace ___ with the corresponding days, and also complete the code with cases for days 4, 5, 6, and 7 of the week.

Everything was clear?

Section 2. Chapter 7
toggle bottom row
some-alt