Question: My Grade (IN JAVA PROGRAMMING) Using the grading weights table found in Course Resources, write a program that asks for the % averages for labs,

My Grade (IN JAVA PROGRAMMING)

Using the grading weights table found in Course Resources, write a program that asks for the % averages for labs, midterm, final, the project, etc, and calculates the final grade.

For example, assuming the grading weights are as follows:

My Grade (IN JAVA PROGRAMMING) Using the grading weights table found in

The following might be a sample execution of the program:

Enter Labs average in percent: 90 Enter Reading average in percent: 75 Enter Video average in percent: 100 Enter Midterm average in percent: 83 Enter Project average in percent: 95 Enter Final average in percent: 80 Enter Instructor Discretion average in percent: 100 Your average is 87.35% 

Note: Use the table in Getting Started for your class. It may or may not match this sample.

Grading Elements:

The program should

Use the correct grading weights for each grading element from Course Resources

Ask for and use user input for the percentage score for each grading element

Correctly calculate the grading average

Correctly display the average in percent

Name the class and .java file MyGrade. Use constants for weight percentages. Identifier names and code format count in this assignment.

Activity Labs Reading Quizzes 10 Video Grading Midterm Project Final Instructor Discretion 5 Weighting % 20 10 20 15 20

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!