X1011: Removing from a List

The method below takes in an List called list, and returns the same list. Before the return statement, remove the first item in the list. You can assume the list always has at least one item in it.

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.