-->
当前位置:首页 > 题库

PROGRAMMING:Give the total number of days in a month

Luz5年前 (2021-05-10)题库479
Write a program to prompt the user to enter the month and year, and then display the days of the month.
###Input format:
Enter any month (January to December) and year (1900 to 9999) that match the range, separated by spaces.
###Output format:
Outputs the number of days for a given year and month.
###Input example:
```in
2 2000
```
###Output example:
```out
twenty-nine
```







answer:If there is no answer, please comment