Question: Write a function determineMaximumMagnitude ( ) with two integer input parameters that returns the largest magnitude value. Use the function in a program that takes
Write a function determineMaximumMagnitude with two integer input parameters that returns the largest magnitude value. Use the function in a program that takes two integer inputs, and outputs the largest magnitude value.
Ex: If the inputs are:
the function returns:
Ex: If the inputs are:
the function returns:
Note: The function does not just return the largest value, which for would be Though not necessary, you may use the absolutevalue math function from
Your program must define and call a function:
int determineMaximumMagnitudeint value int value
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
