Write the following method that sorts an ArrayList of numbers: public static void sort(ArrayList list) Write a

Question:

Write the following method that sorts an ArrayList of numbers:
public static void sort(ArrayList list)
Write a test program that prompts the user to enter 5 numbers, stores them in an array list, and displays them in increasing order.

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

Step by Step Answer:

Question Posted: