Code for c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Code for c

The OMG Denta Clinic is need of a software to collect appointment requests from clients and allot time slot for each of them. Each appointment is to be scheduled for 15 minutes time. Maximum number of appointments is fixed as 10 and the first appointment starts at 10 am. Allow a 5 minute lead time between each appointment scheduled. Design a C program for collecting appointment requests of clients. ClientID of the requesters is stored in an array. After 10 Requests are collected, allot a timeslot for each request and print a message stating the request number, client id and timeslot. . Eg msg: Request No. 1 given by client <ID> is allotted appointment at <time slot>.

19th Dec 2020, 3:16 PM
Varshini
1 Answer
+ 4
Where is your code??? Add your code here :)
19th Dec 2020, 3:18 PM
ㅤㅤㅤ