David is a team leader of XYZ organization. He wants to create a scheduler, which will store fields,
such as the appointment date, the name of the person to meet, and time. He needs to develop an
application that will enable the user to fill these fields. The application should display certain
options. The options are:
Add appointment: Should accept values, such as appointment date, name of the person to be
met, and time of the appointment. The appointment date should be in the mm/dd/yy format and
should not be prior to the current date. The time should be in HH:MM format.
View appointment: Should display all the appointments of the user.
Search: Should prompt the user to specify the date to view all the appointments of that day.
Exit: Should allow the user to exit the application.
Comments
Leave a comment