Answered step by step
Verified Expert Solution
Question
1 Approved Answer
My grade Using the scanner in Java, write a program that asks for the % averages for labs, midterm, final, the project, etc, and calculates
My grade
Using the scanner in Java, 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
Activity | Weighting % |
Labs | 20 |
Reading Quizzes | 10 |
Video Grading | 10 |
Midterm | 20 |
Project | 15 |
Final | 20 |
Instructor Discretion | 5 |
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%
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started