0
/ 1.0
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....
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 feedback will appear here when you check your answer.