Day of the Week
- Create a variable called day and assign it a number between 1 and 7 (representing days of the week).
- Use a switch statement to output the corresponding day of the week (e.g., 1 for "Monday").
- Include a default case that outputs "Invalid day number".