Question: Write a Java program to calculate a student's final grade and print his letter grade. The user need to input the values for the following:
Write a Java program to calculate a student's final grade and print his letter grade. The user
need to input the values for the following:
Lab grade out of
Assignments grade out of
Project grade out of
Midterm grade out of
Final grade out of
If the user inputs a value more than the maximum grade, display an appropriate message
and terminate.
If the user inputs a negative value display an appropriate message and terminate
Your code needs to calculate the total grade and then display the equivalent letter grade
following the given flow diagram
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
