Question: Java please, here is the grade scale This class has a fixed number of grading assessments and weights: 1. Tests: 3 (25% of the final

 Java please, here is the grade scale This class has a

fixed number of grading assessments and weights: 1. Tests: 3 (25% of

Java please, here is the grade scale

the final score) 2. Assignments: 5 (30% of the final score) 3.

This class has a fixed number of grading assessments and weights: 1. Tests: 3 (25% of the final score) 2. Assignments: 5 (30% of the final score) 3. Practicums: 4 (35% of the final score) 4. PoDs: 1 (10% of the final score) You will write two static methods: String scoreToLetterGrade (double): This method will receive a grade as a numeric mark and convert to a letter grade. double readAssessmentscores (int, boolean, Scanner): This method is optional (but highly recommended). It can be used to simplify reading input from the user. The method has three parameters: the number of grades it should read from the user (e.g.: 3 for tests), a boolean variable if the method should drop the lowest mark, a reference to the Scanner created in the main method. You will calculate the final score as follows: Multiply the average of each grade item by its weight. o For the Assignments great item, you should drop the lowest score Sum each grade item together after multiplying them by their weights Convert the score into the final mark using the scoreToLetterGrade method After reading each assessment scores and calculating the final mark, your program will print the student's banner number and the final mark. Example: Input Output B00123456 90 95 100 85 90 90 99 10 100 95 100 100 98 Student: B00123456 A+ Grade scale 90-100 is A+ 85-89 is A 80-84 is A- 77-79 is B+ 73-76 is B 70-72 is B- 65-69 is C+ 60-64 is C 55-59 is C- 50-54 is D

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!