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 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
Heres an example of how you could achieve this in C cpp inclu... View full answer
Get step-by-step solutions from verified subject matter experts
