C program to read weekday number and print weekday name using switch
belongs to collection: C programming switch case Examples/Programs
All Answers
total answers (1)
belongs to collection: C programming switch case Examples/Programs
total answers (1)
Print weekday name program according to given weekday number using switch
Output
First Run: Enter weekday number (0-6): 3 Wednesday Second run: Enter weekday number (0-6): 9 Invalid weekday number.
need an explanation for this answer? contact us directly to get an explanation for this answer