Question: Write a JAVA program that prompts the user to enter: 1. max points can get on exm #1 2. actual points are given on exm
Write a JAVA program that prompts the user to enter:
1. max points can get on exm #1
2. actual points are given on exm #1
3. exm #1 max percentage portion of the course grade
and then calculates and displays the actual course weight earn on exm #1.
Example input/output- the user inputs are in bold
Enter EXM #1 max points: 100
Enter EXM #1 earned points: 70
Enter EXM #1 percentage weight(%): 10
You earned: 7% of your course grade
Example input/output- the user inputs are in bold
Enter EXM #1 max points: 100
Enter EXM #1 earned points: 85
Enter EXM #1 percentage weight(%): 15
You earned: 12.75% of your course grade
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
