How To Download Free Music On A Metropcs Phone Financing on this page. Write a C++ program that prints a calendar for a given year. You can use the program ex74.cpp as the starting point. The program prompts the user for three inputs: 1) The year for which you are generating the calendar. 2) The day of the week that January first is on, you will use the following notation to set the day of the week: 0 Sunday 1 Monday 2 Tuesday 3 Wednesday 4 Thursday 5 Friday 6 Saturday 3) The output file name. Your program should generate a calendar similar to the one shown in the example output below.
The calendar should be printed into the output file. Your program should be able to handle leap years.