Program to find the number of days in a given month of a given year is discussed here. The month and year are given as input, the number of days in that month is displayed as output.
Sample Input:
3
1996
Sample Output:
The number of days is 31
@@coding::1@@
Recommended Programs