Question: Use OCAML language :- Write a simply-recursive (not tail recursive) function to compute factorials ( i.e. factorial 10 = 10 * 9 * 8 *
Use OCAML language :- Write a simply-recursive (not tail recursive) function to compute factorials (i.e. factorial 10 = 10 * 9 * 8 * ... * 2 * 1). Use an if/then/else statement in the function. Call this function factorial1.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
