Question: Java please Sorting Activity For this activity your objective is to allow the computer user to enter 10 strings into an array. String 1 =

Java please
Sorting Activity For this activity your objective is to allow the computer user to enter 10 strings into an array. String 1 = input.nextLine(); String 2 = input.nextLine(); (so on...) NING Once you have converted the strings into an array you will sort the array with the 4 algorithms from your book. 1. Bubble sort 2. Selection sort 3. Insertion sort 4. Quicksort Your output will print out the fastest algorithm along with your sorted array. Example: System.out.println(algoritm+ "was the fastest sorting algorithm."); System.out.println(sorted); Hints: Use System.nano Time() WWW www
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
