Write a program called dayofmonth.js that displays how many days are in the month for a given month and year. Use 2 (February) for the month and 2000 for the year.
See Sample Execution Below:
This program will determine the number of days in a given month.
Comments
Leave a comment