X1058: ArrayQueue - enqueue()

In this second problem, you will complete the enqueue method. This method adds an element to the end of the instance variable (list)you created in the previous problem.

You might want to look at the documentation for ArrayList to refresh your memory of how to use that class.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.