|
|
| class Calendar |
Expert:Hawra
Design the class Calender so that the program can print a calendar for any month starting Junuary 1,1500.Note that the day for January 1 of the year 1500 was a Monday.to calculate the first day of a month, you can add the appropriate number of days to Monday, January1, 1500.
for the class Calendar,include the following operations: a.Determine the first day of the month for which the calendar will be printed.Call this operation firstDayOfMonth.
b.set the month.
c.set the year.
d.return the month.
e.retrun the year.
f.print the calendar for the particular month.
g.add the appropriate constructors to initialize the data members. |
| Answers |
Hi friend,
For solving the problem visit to :
http://www.roseindia.net/java/java-get-example/
Thanks
|
| More Questions |
|
|
Post Answers
Ask Question
Facing Programming Problem?
|
|
|
|
|