vghc
Jan 13th, 2000, 03:41 AM
Hi there,
I got a problem with making a calender program. Basically i am given a data file which contains
the month and the number of days it has.
eg:- January,31
February,29
March,31 and so forth.
The user inputs a year and the program should
be able to print out a calender for the year, which would consists of month,date and day plus the holidays.Any ideas guys? Thanks.
I got a problem with making a calender program. Basically i am given a data file which contains
the month and the number of days it has.
eg:- January,31
February,29
March,31 and so forth.
The user inputs a year and the program should
be able to print out a calender for the year, which would consists of month,date and day plus the holidays.Any ideas guys? Thanks.