1. Write a code segment using class queueClass that creates a queue of the integers 1-5.
2. Write a member function called Display that displays the elements of an object of type queueClass. Assume the pointer-based queue is in use, and note that you are writing a member function of the class, so you have access the private data members.