Question: Define a LISP function MIN-2 with the following properties. MIN-2 takes two arguments. If those arguments have values A and B, and A and B
Define a LISP function MIN-2 with the following properties. MIN-2 takes two arguments. If those arguments have values A and B, and A and B are numbers, then MIN-2 returns A if A B and returns B if A > B; but if A or B is not a number MIN-2 returns the symbol ERROR.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
