Scheme Exercises

back to exercise list       previous     next

Group:     Exercise: 13/48 

Max4:  Largest of 4 values

Write a function (max4 a b c d) that returns the largest numerical value of a b c and d.
You may define other functions to help you solve the problem.