please help me with this code ASAP
Problem Statement:
You have to write a Schedule Management Program for the counsellors. Here are some facts:
Facts:
There are 10 counsellors.
You have to Manage only one week's schedule. There are 7 days in a working week
ten working hours in a day (12:00 pm – 10:00 pm) with break from 4:00pm to 5:00 pm.
Program Requirements:
The program should allow the student to request an appointment from the counsellors of choice.
Your program should give two display options, 1) for counsellor and 2) for students, with features such as e.g. Make or Cancel an Appointment, counsellors Leave etc.
when making an appointment, the student has to specify:
1students registration number and name
2counsellor's name and time slot
Appointment duration is always 1 hour
Appointment is only granted if the counsellor is free at that time.
Students can view their appointment based on their name.
counsellors can go on leave so program should allow for them to block certain days
Students can make only one appointment and cancel an appointment, in which case the counsellor will be free at that time.

So what do you have so far?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.