Question: Part 2 : Create a class named CustomerITD, the tests in this class will not be hard coded, instead, the main method creates a LinkedQueue

Part 2:
Create a class named CustomerITD, the tests in this class will not be hard coded, instead, the main method creates a LinkedQueue and give the user a list of operations they can perform on the linked queue like, enqueue, dequeue, peekFront, contains, display, size, isEmpty and display.
The serviceNumber for the first customer added to the queue should be a 4-digit random number and increments for each new customer.
Test your ITD by adding, removing and performing other operations on the Linked Queue. On the next page, I'm showing an example of the ITD usage. This is just an example of how the ITD should look like.
Remember, the CustomerITD is a separate class you have to create, you are free to add any methods to that class in order to create the ITD.
Part 2 : Create a class named CustomerITD, the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!