88.6k views
7 votes
If you enqueue five elements into an empty queue and then perform the isEmpty operation five times, the queue will be empty again.

a) true
b) false

1 Answer

4 votes
False

If you enqueue five elements into an empty queue and then perform the isEmpty operation five times, the queue will be empty again.
User Anthoni
by
3.8k points