HELP PLEASE!!

I just started taking a programming class, can someone please help me with this:

Write a program which can be used as a calendar. It must provide the following functions:

1. When the program starts, it prints a calendar for current year/month on the screen as follows:
April 2014
*************************
SU MO TU WE TH FR SA
01 02 03 04 05
06 07 08 09 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

2. On this interface, you can do one of the following operations:
Press 'N': Show the calendar for the next month;
Press 'P': Show the calendar for the previous month;
Press 'C': Input year and month, the program will show the calendar as you inputted;
Press 'A': Input year/month/day, then input a description, it will add an event to the calendar. If there's a event for a certain day, display a star '*' beside the day on the calendar;
Press 'L': Show all events you have created, each one with an ID;
Press 'D': Input event ID, delete the event with this ID;
Press 'S': Input a file name, save the events you have created in this calendar program to a file on the disk;
Press 'R': Input a file name, load the events you have saved;
Press 'Q': Exit the program.


Please note, that this is not a homework site. We won't do your homework for you. However we are always willing to help solve problems you encountered, correct mistakes you made in your code and answer your questions.

We didn't see your attemts to solve this problem youself and so we cannot correct mistakes you didn't made and answer questions you didn't ask. To get help you should do something yourself and get real problems with something. If your problem is "I don't understand a thing", then you should go back to basics and study again. As it is impossible to find deriviative of function without knowledge in ariphmetics, you cannot do more complex tasks in programming without clear understanding of basics
Topic archived. No new replies allowed.