Computer Science, asked by divya1612987, 19 hours ago

Write a program to solve below problem statement implement a program to allocate customer call to the representatives.
*The call canter has ' n' number of representatives ,'m' number of managers and 's' number of senior managers. *always the representative will get first chance to take the call if they are free. ​
*if all representatives are busy , then calls should get allocated to the free managers.
*the call should get allocated to free senior managers if none of the managers and representative are free.
*if no one can take the call, call Must be saved in a queue the next available person will take the queued call.
your program should take inputs and give necessary output

Answers

Answered by rajendralp3
1

Answer:

brø I don't know answer...

Similar questions