Question: Implement following functions and one main() which calls all the functions: int findMax(int, int): takes two integers and returns the bigger one int findMin (int,
Implement following functions and one main() which calls all the functions:
int findMax(int, int): takes two integers and returns the bigger one
int findMin (int, int) : takes two integers and returns the smaller one
double calcHyp(double, double); takes two double numbers (bases) and returns the hypotenuse
double calcDiscriminant(double, double, double) ; takes three double numbers and return the discriminant
double calcRectAare(double, double); takes width and length and returns the area
double calcTips(double, double); takes dollar amount and tip percentage and returns tip
if tip percent is greater than 25%, use 25% if tip percent is less than 15%, use 15%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
