Assume that queue is a queue type object and the size of the array-implementing queue is 100. Also, assume that the value of the queueFront is 25 and the value of queueRear is twenty-five.
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?