Question: Write a function float Average(int, int) that finds the mean, and then write a main program that inputs two numbers from the user repeatedly until
Write a function float Average(int, int) that finds the mean, and then write a main program that inputs two numbers from the user repeatedly until the user enter "0". You need to call the function and display the mean of two numbers in the main. In C++ programming please.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
