Question: CHALLENGE: You are required to develop two pseudocode functions that can be used to create and display the service availability times. Create Function The creation
CHALLENGE: You are required to develop two pseudocode functions that can be used to create and display the service availability times. Create Function The creation function should iteratively ask the user to specify the start and end times, and the applicable days of the week. For example: Schedule 1: Start time: 8 AM End time: 2 PM Days of the week: Tuesday, Friday The necessary data should be stored in a database for future retrieval. Display Function This function just displays or returns either "OPEN" or CLOSED" based on the current time of the customer. You should assume that the time zone of the customer is already known and stored in a globally accessible variable - CTIMEZONE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
