Compose a program that prints a well-formatted calendar for a specified month
and also outputs the number of times a given day occurs in that month. User is asked to input month, whether or not it is a leap year, what day of the week the month starts on, and what day they would like to count. (Must use loops and arrays)