Write a procedure and call it into main pl/sql program to find a factorial of a number.
Write a procedure and call it into main pl/sql program to find a factorial of a number.
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
declare
f number(10);
n number(5);
PROCEDURE fac(n number)
is
begin. . . . . . . . .
DOWNLOAD ATTACHMENT FOR FULL ANSWER: