H
Herane Abule
I am an Ethiopian and I have a group assignment but I am alone and I
can't do the following problem.
The course is programming I
the question is the following!-
Required a C++ program that expects user top provide a month and year
values from the key board. After accepting the program should be able
to display the full calender to the given month of that year.
The program should
1. Validate inputs
2. Let users to use it as many times as they choose
3. create in and out properly and e.t.c
Sample program
Enter month>>1
Enter year>> 2009
Your calendar for January 2009
Sun Man Tue Wed Thu Fri
Sat
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
Do you want to see for another month/year?>>Y
Enter month>>2
Enter year>>2009
Your calendar for February 2009
Sun Man Tue Wed Thu Fri
Sat
1 2 3 4
5 6 7
8 9 10 11 12
13 14
can't do the following problem.
The course is programming I
the question is the following!-
Required a C++ program that expects user top provide a month and year
values from the key board. After accepting the program should be able
to display the full calender to the given month of that year.
The program should
1. Validate inputs
2. Let users to use it as many times as they choose
3. create in and out properly and e.t.c
Sample program
Enter month>>1
Enter year>> 2009
Your calendar for January 2009
Sun Man Tue Wed Thu Fri
Sat
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
Do you want to see for another month/year?>>Y
Enter month>>2
Enter year>>2009
Your calendar for February 2009
Sun Man Tue Wed Thu Fri
Sat
1 2 3 4
5 6 7
8 9 10 11 12
13 14