In this homework, you should complete the MyQueue
You also need to define the exceptions we will use -- the EmptyQueueException shown be thrown when dequeue or front is called
on an empty queue, and the FullQueueException exception should be
thrown when an queue is done on a queue whose size equals capacity. See Section 5.1.1 to learn about how to define these exception classes;
that section shows how the EmptyStackException is defined and thrown
in the context of a stack. Make sure that the code
I have included to test your MyQueue
Submit the source files into a dropbox in ICON called Homework6. This assignment is due by 11:59 pm on Wednesday, Oct 17.