A Queue remembers the order of its elements, but only adds at the tail and removes from the head.
A queue is a collection of items that are kept in a sequence and may be updated by adding entities at one end of the sequence and removing entities from the other end of the sequence.
Thus, it is correct to state that "A Queue remembers the order of its elements, but only adds at the tail and removes from the head."
Learn more about Queues at;
https://brainly.com/question/24275089
#SPJ1