need help with program to print out a calendar for a particular month given the day on which the first month occurs together with the number of days in the month.
your program should take as input an integer representing the day of the week on which the month begins(1 for sunday, 2 for monday,...7 for saturday), and an integer which is the number of days in the month.
After obtaining the input a function called print_calendar should be called. The function should receive the following parameters: a 6-by-7 array called calendar, the day of the week and the number of days in the month.
please help out with this ASAP, preferably by tomorrow, it would help me out soo much. best of luck.
If you'd like some help with perspective, describe what you've done and we can comment on it. Or if you have a problem with code, post it and we can try to help out.
But you can't expect us to comment on nothing. It would feel like we're doing the assignment for you.