author: fayth quinn (@losingfayth)
27th September 2023
This program implements a Queue data structure. A Queue is defined as a data structure where data is always added to the rear of the structure and always taken from the front of the structure.
This program was created as part of an exam.
~1 Hour