Let's test your knowledge. Fill in the missing part by typing it in.
A queue is a linear data structure that follows the First In, First Out
(FIFO) principle. This means that the first element added to the queue is the first one to be ___.
Write the missing line below.