What will be the output of the function


What will be the output of the function 5 when invoked with n= 5 and n = 6. Write each step, while calculating the result
(defun myfun (n)
(cond ((zerop n) -1)
(t
(*(-0 n)
myfun ( - n 1) ) )
) ) ) 

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: What will be the output of the function
Reference No:- TGS0116859

Expected delivery within 24 Hours