Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started