Answered step by step
Verified Expert Solution
Link Copied!

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 Average_YourLastName.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: 14,32,104,63,89,125,213.
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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Algorithmic Trading Navigating The Digital Frontier

Authors: Alex Thompson

1st Edition

B0CHXR6CXX, 979-8223284987

More Books

Students also viewed these Databases questions

Question

explain what is meant by the terms unitarism and pluralism

Answered: 1 week ago