Hey guys! I'm a bit new to java and I need your help. I do not need the WHOLE code for this program, I just want to learn how to do this. I just need to learn what should I use (loops, nested loops, etc..)and how should I do it. I do not expect someone to do the whole code for me. I just want someone to teach me.
I have to create a planner application in Java that finds a common free time of 2 to 4 people and determine a schedule when they can meet and discuss.
Features:
1. User can enter their weekly schedules into the program. The input must take the schedule that represents their busy times. The program should ask for the ff. inputs:
a. Name of user
b. Earliest time possible to arrive at school (ETP)
c. Latest time possible to leave school (LTP)
Example:
Username: Bob
ETP: 8:00am LTP: 8:00pm
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Username: Steve
ETP: 9:00am LTP: 9:00pm
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
The program creates a detailed schedule of their common free time. It should:
a. Summarize the time periods available
b. Round up to either --:30 or --:00 periods
c. Calculate the duration (in hours and minutes)
Day Time Duration
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday