Question: Practice Program 1* User will enter 8 numbers and the program will display the sum and average of the 8 numbers.. Program will also find

Practice Program 1* User will enter 8 numbers and the program will display the sum and average of the 8 numbers.. Program will also find and display the largest and smallest of the 8 numbers user enters 8 numbers in the range of -2147483648 to 2147483647 Values entered are not required to be displayed #includesiostream // required header file for input/output. using namespace std;* int main() // necessary statements to implement the logic go here // no loops are needed in this assiqnment-do NOT use a loop in this program // do NOT use an array in this program // pause the program to see the results //system("pause"); // this is a windows command; will not work in another operating system //return 0; //optional statement, may be required for .NET compiler J+
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
