You are to write a program that reads in the month and year and displays for the user the number of days in that month. You must use assert to error trap the input and you must be able to determine if the year entered is a leap year.
Sample Output
Here is a screenshot of my code running.
Days in month console output
Refer to the deliverables post for comment formatting and required program identification information.