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);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

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!