Write a program using switch to print the month and number of days in the
month when the user enters a valid month number (1-12).The program must
show an error message when the user enters an invalid month number.
in c language pls fast
Answers
Answered by
4
Answer:
Input
Input month number: 3
Output
Total number of days = 31
Similar questions