Question: Write a Java Class that reads students grades and assigns grades based on the following grading curve: I want explain too if possible // Thank

Write a Java Class that reads students grades and assigns grades based on the following grading curve:

I want explain too if possible //

Thank you!

Write a Java Class that reads students grades and assigns grades basedon the following grading curve: I want explain too if possible //Write a Java Class that reads students grades and assigns grades based on the following grading curve:

Assigned date: 2/1/2018 Due Date: 2/8/2018 Concepts: Methods and one dimensional Arrays Point value: 45 points Write a Java Class that reads students grades and assigns grades based on the following grading curve": Grade is A if the score is greater than or equal to the highest score - 10 Grade is B if the score is greater than or equal to the highest score - 20 Grade is C if the score is greater than or equal to the highest score-30 Grade is D if the score is greater than or equal to the highest score - 40 Grade is F otherwise So, for example, after all grades are entered, if the highest grade entered was a 92, then: A >= 82 . B >= 72 .C62 D >= 52 F otherwise The program will do the following: Prompt the user for the number of grades to be entered. The grades will all be integers .Read in the grades and store them in an array of the correct size .Call the method below (which you will create) to calculate and return the highest value in the Array public static int findMax(int] theArray) Call the method below (which you will create) to print a line for each grade in the format displayed in the sample output on next page: public static void printGrades (int[] theArray, int highestGrade)

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!