Question: 6) Write a function called, boo, that accepts 4 integer numbers and returns the maximum (value of the numbers; for example max(4, 6, 9, 5),

6) Write a function called, boo, that accepts 4 integer numbers and returns the maximum (value of the numbers; for example max(4, 6, 9, 5), after execution z should be 9. However, you cannot use any if statements, but must use the function called max(a, b). It works by accepting two integers and returning their max (use as often as you like)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
