Math, asked by hibaqair172, 2 months ago

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 Anonymous
4

Answer:

Input

Input month number: 3

Output

Total number of days = 31

Similar questions