Question: Q2. Write a C++ program that prompt the user to input 3 integers numbers and print the average and the maximum of the 3 numbers

 Q2. Write a C++ program that prompt the user to input

Q2. Write a C++ program that prompt the user to input 3 integers numbers and print the average and the maximum of the 3 numbers using Two functions. 1. Function Average that takes 3 parameters as input and returns the average of 3 input numbers. 2. Function Max that takes 3 parameters as input and returns the maximum of 3 input numbers. Sample Output: Enter three numbers: 5 8 The Average of the three numbers is 5.66667 The maximum of the three numbers is 8

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!