Question: This assignment will have the user enter three test scores and calculate the average of the three test scores. Before you start this assignment you

This assignment will have the user enter three test scores and calculate the average of the three test scores.
Before you start this assignment you will need to know how to ask the user for information and store it in variables.
You used the printf statement to display information to the user. You will use this same statement to ask the user for information.
Example: printf("Please enter your grade for test 1:
");
To capture this information in Visual Studio you will need to use the scanf_s function
Example: scanf_s("%f",&test1);
You will need to submit your Pseudocode and Visual Studio screenshots of your code and output.
You will take screenshots(your code and output) of each step (make sure the clock is visible), then place each screenshot with a label into the Course Template, name it "week??(this weeks)_yourname" and then submit to the dropbox.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!