Hi,
I'm doing a simple study planner in java. Obviously I need to do a timetable generator.
The program works like this:
- The user enters the start time of school and the length of each breaks (Done)
- The user enters the lessons(Done)
- When the user presses next I need to generate a timetable using the information provided.(I need to do this)
Please help as I'm still a beginner. I really appreciate it.
Thanks in advance