Question: Question 1: Write a C++ program that contains two functions ction: void MinAndMax (.) 1. First furn The function takes five integers as parameters The
Question 1: Write a C++ program that contains two functions ction: void MinAndMax (.) 1. First furn The function takes five integers as parameters The function output the maximum and minimum of a, b, and c values. 2. Second function: double FindAvg (...) The function takes three integers as parameters The function returns the average (double) for these three integers back to the main function. Read the integers inserted by the user in the main() and call both MinAndMax and FindAvg functions from the main function as well
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
