Question: Write a C++ program that accepts four numbers from a user and print out the total and average of four numbers. Sample output Enter

Write a C++ program that accepts four numbers from a user and print out the total and average of four

Write a C++ program that accepts four numbers from a user and print out the total and average of four numbers. Sample output Enter number 1:2 Enter number 29 Enter number 3: 5 Enter number 4: 4 Sample output The total is: 20 The average is: 5

Step by Step Solution

3.47 Rating (157 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres an example of how you could achieve this in C cpp inclu... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Network Questions!