Question: (Java) Homework Assignment: You are to write a program that will allow a user to input up to 20 scores (double) but the user may

(Java) Homework Assignment:

You are to write a program that will allow a user to input up to 20 scores (double) but the user may enter less. Your program will do the following

1. Prompt the user for how many scores they wish to enter

2. Using the information from the user you will input the scores into an array

3. You will than output the array

4. Next your program is to sort the array into ascending order

5. After the array is sorted your program will output the sorted array.

-------------------------------------------

You are to take your array sorting program and rewrite it so that the loading, printing and sorting of the array is handled by methods.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!