Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Create a new enum called DayOfTheWeek 2. Initialize it with th 7 days of the week (2 letter abbreviations are fine) 3. In the
1. Create a new enum called
DayOfTheWeek
2. Initialize it with th 7 days of the week (2 letter abbreviations are fine)
3. In the main method create a varaible called firstDay. It is of the type DayOfTheWeek.
Assign it the appropriate value.
4. Print the variable firstDay
followed by an empty line
5. Use a loop to list all enum constants of class
DayOfTheWeek
separated by a single blank
When you are done add an empty line (see output)
Output:
First day: SU
SU MO TU WE TH FR
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started