Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

image text in transcribed

Java please, here is the grade scale

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Seven Databases In Seven Weeks A Guide To Modern Databases And The NoSQL Movement

Authors: Luc Perkins, Eric Redmond, Jim Wilson

2nd Edition

1680502530, 978-1680502534

More Books

Students also viewed these Databases questions