Question: Hello, please help with this java assignment! I have all the instructions below with the needed methods. Please do not use Continue, break, and with

Hello, please help with this java assignment! I have all the instructions below with the needed methods. Please do not use "Continue", "break", and with any loops please do not use any boolean statements. For example: while(true). Any other form is fine just not was I showed. Thank you!

!Hello, please help with this java assignment! I have all the instructions

Write a program that reads student scores, gets the best score and then assigns grades based on the following scheme: Grade is A if score is best-10 Grade is B if score isbest- 20 Grade is C if the score is >= best-30 Grade is D if score>best-40 Grade is F otherwise Here are the steps that must be taken . Ask the user the number of the students 2. Declare an array with the given size . Store the grades in the array . Fine the maximum grade in the array 5. Output the result Here is the list of the methods: 1. illArray that fills the array with the students' grades. You must pass an array as the parameter 2. findMaxGrade, returns the max grade in the array. Gets the array of the grade as the parameter 3. output that displays the result. This method gets the max score and the array of scores as its parameter 4. main, in this method you ask the user if she/he wants to repeat using the program. Here is sample output: Enter the number of the students:4 Enter 4 scores: 40 55 70 58 Here is the result Student Score Grade 40 70 58

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!