Question: Exercise CC. Define a procedure list-max that takes a List of non-negative numbers as its input and produces as its result the value of the

Exercise CC. Define a procedure list-max that takes a List of non-negative numbers as its input and produces as its result the value of the greatest element in the List (or 0 if there are no elements in the input List). For example, (list-max (list 1 1 2 0) should evaluate to 2. Code in DrRacket
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
