Question: Java please! Using the grading weights table below, write a program that asks for the % averages for labs, midterm, final, the project, etc, and
Using the grading weights table below, write a program that asks for the % averages for labs, midterm, final, the project, etc, and calculates the final grade. Weighting % Activity Labs Reading Quizzes REVEL Midterm Project Final The following might be a sample execution of the program: Enter Labs average in percent: 90 Enter Reading Quiz average in percent: 75 Enter REVEL average in percent: 100 Enter Midterm average in percent: 83 Enter Project average in percent: 95 Enter Final average in percent: 80 Your average is 87.35% The program should 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
