Read a number from 1 to 7 and print the corresponding day name using switch.
An integer from 1 to 7.
Print the name of the day:
1 → Lunes2 → Martes3 → Miércoles4 → Jueves5 → Viernes6 → Sábado7 → DomingoInput:
1
Output:
Lunes