Question: Image one is the instruction to the assignment Image two is my code, I am sure this is correct but I do not know how


Image one is the instruction to the assignment
Image two is my code, I am sure this is correct but I do not know how to correctly input the numbers in the program so it will output like the sample run.
LAB 3.5 Student Generated Code Assignments Option 1: Write a program that will read in 3 grades from the keyboard and will print the average (to 2 decimal places) of those grades to the screen. It should include good prompts and labeled output. Use the examples from the earlier labs to help you. You will want to begin with a design. The Lesson Set 1 Pre-lab Reading Assignment gave an introduction for a design similar to this problem. Notice in the sample run that the answer is stored in fixed point notation with two decimal points of precision. Sample run: Please input the first grade 97 Please input the second grade 98.3 Please input the third grade 95 The average of the three grades is 96.77 My Mac 18 Running Programming Fundamentals : Programming Fundamentals
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
