Calendar Month Program
The problem is to display a calendar month for any given month between January 1800 and December 2099. The format of the month should be as shown below.
As a note, two specific algorithms are needed for this problem. First, you need an algorithm for computing the first day of a
given month for years 1800 through 2099. This algorithm is given on the next page.
The second needed algorithm is for appropriately displaying the calendar month, given the day of the week that the first day
falls on, and the number of days in the month.