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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started