Write a simple C++ program to find mean value

Here is a simple C++ program to find the mean value of a set of numbers:

In this program, the computer ask the user to enter the desired. The program will calculate the mean of the given values. The program calculates the sum of values and divides the sum with the total number of values. After all, it will show the calculated mean value to the user.