Suppose that queue is a queue type object and the size of the array-implementing queue is 100. Also, suppose that the value of the queueFront is 25 and the value of queueRear is 25.
A. What are the values of queueFront and queueRear after adding an element to queue?
B. What are the values of queueFront and queueRear after removing an element from queue?