Question: C++ language Exercise 4: Write the function double average(int x, int y); that returns the average of two integer numbers x and y as a
C++ language
Exercise 4: Write the function double average(int x, int y); that returns the average of two integer numbers x and y as a double number. Write a main program to test the working of your function. The main() program asks the user to input two integer numbers, and then it calls the function average(). The printing of final result should be done in the main(). Code: Screenshot
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
