TODO: Reverse only the first 3 items in the queue. Keep the rest in the same order. Queues remove from the front (index 0). A stack is useful for reversing order. Steps idea: take 3 items off the ...