4. suppose that queue is a queuetype object and the size of the array implementing queue is 100. also, suppose that the value of queue front is 74 and the value of queuerear is 99. a. what are the values of queue front and queuerear after adding an element to queue? b. what are the values of queuefront and queuerear after removing an element from queue?