Question: Write a C++ function named greater_10. This function returns an int and has two integer arguments, number1 and number2. greater_10 returns 1 of the sum
Write a C++ function named greater_10. This function returns an int and has two integer arguments, number1 and number2. greater_10 returns 1 of the sum of number1 and number2 is greater than 10 otherwise return -1.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
