First page Back Continue Last page Graphics
LAB #02
You will define a function MaxOfTwo that returns the maximum of its two arguments.
You will then define a function MaxOfFour that returns the maximum of its four arguments. However, in defining MaxOfFour, you can't use any comparisons, you can only use calls to MaxOfTwo!