Question: This problem is from a book called Big C++: Late Objects by Cay Horstmann. Write pseudocode for a program that prints a calendar such as
This problem is from a book called Big C++: Late Objects by Cay Horstmann.
Write pseudocode for a program that prints a calendar such as the following:
Su M T W Th F Sa
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
I just need the English written pseudocode for the program, but if you can insert the actual code to make this progam in C++ it would be greatly appreciated. I need to make a program
that asks the user for a month number and the year (aka: 2016) and gives you the calendar for whatever you type in. You don't need to do this part, just the pseudocode please and thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
