Computer Science, asked by rohitsingh2771, 8 months ago

wap to print calender of a given month and year in java​

Answers

Answered by vatsala4
0

Answer:

The program prompts the user to enter the year and the month, and then displays the entire calendar for that month. This date can be any date after Jan, 1800 (the start day). First it will check that this is a valid date, and output a message if it is not (for example, August, 1731).

Similar questions