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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started