Write a method called reverse that reverses the order of the elements in the list. (This is

Question:

Write a method called reverse that reverses the order of the elements in the list. (This is very challenging!) For example, if the variable list initially stores the values [1, 8, 19, 4, 17], the call of list.reverse(); should change the list to store [17, 4, 19, 8, 1].

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: