Question: Need some help with this question, on java in intellij - thanks Write code so that the user is prompted for 3 assignment scores. The
Need some help with this question, on java in intellij - thanks
Write code so that the user is prompted for 3 assignment scores. The program then calculates the average score for the 3 assignments. It should display the output to a maximum of 2 decimal places. Hint: you will need to use a DecimalFormat or NumberFormat for the decimal places
For example:
| Input | Result |
|---|---|
88 84 59 | Assign 1 score: Assign 2 score: Assign 3 score: Your average score is 77 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
