+ 2
Write a program to show the calender of a year entered by the user. (You can't use inbuilt library calender.)
Say the december month's last date and day is given for a year 1991. you have to make a program which can print the months, days, date of a year from 1991 to 2030. If user enters 2010, then calender of 2010 will be shown.
2 Antworten
+ 2
without using library calender. I am sorry I did not mention that.