Question: I understand what this function in LISP is doing, but could someone show me how to do this in Java? (if (not (nu11 1)) (progn
I understand what this function in LISP is doing, but could someone show me how to do this in Java?

(if (not (nu11 1)) (progn (print (car 1)) (myDisplay (cdr 1)) ;running f (myDisplay (quote (1 2 345)) running f again (myDisplay (quote (6 789 0))) running f one more time myDisplay (quote ('' a '' '' e '' '' i" "o" "u
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
