I want to create a queue that holds certain information.
I want it to hold multiple peices of information like below.
Name, Age, Race, Sex.
How can i create a queue FIFO. that holds multiple pieces of information like this that i can access or add into?
Thanks!