Question: INSTRUCTIONS Use C + + Visual Studios Name the source code for this project Average _ YourLastName.cpp when you create the project. To get the
INSTRUCTIONS Use C Visual Studios
Name the source code for this project AverageYourLastName.cpp when you create the project.
To get the average of a series of values, you add the values up and then divide the total by the number of values.
Write a program that stores the following values in seven different variables:
The program should first calculate the total of these seven variables and store the result in a separate variable named total.
Then, the program should divide the total variable by seven to get the average. Display the average on the screen.
When you are satisfied the project works correctly, upload ONLY the source code the cpp file to this submission link. You get only one chance to upload the correct source file, so make sure you are submitting the correct file for each of these programming projects.
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
