79616255

Date: 2025-05-11 07:28:42
Score: 2
Natty:
Report link

Write a program to print the week day.

there are seven weekdays.

the first week day is Sunday and the last week day is Saturday respectively if the week day is not in between 1 to 7,print Invalid.

input:

1

output:

Sunday

input:

24

output:

Invalid

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yaswanth Jagarapu