Question: 1 and 2 Review for Function Test 1. create a function header and body that takes in a double and returns an int. The int

 1 and 2 Review for Function Test 1. create a function

1 and 2

Review for Function Test 1. create a function header and body that takes in a double and returns an int. The int will be the number sent in modulus 99 2. create a f unction that accepts three values and returns the largest of the three values. If all values are the same number, return the first value received 3. create a line in the main program to execute a function with this prototype: void whatNow ( char); 4. create a line in the main program to execute a function that returns a string. the function will take in two doubles. The name of the function is CompareValues 5. create a function prototype that goes with this function execution statement: char answer; answer Bigger( 10, 7); 6. create a program with a prototype, main, and function that will find the square root of 6 different numbers. The numbers are 10,20,30,40,50,60 call the function from main, in the function calculate the square root and return it to main where you will print it 7. create a function that makes two values available to the main program using pass by reference. the function will modify the two values by multiplying them. The function will take in three values, the multiplier, and the two values. Each value should be multiplied by the multiplier and the answers made available to the main program using pass by reference

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!