Sign in
Please select an account to continue using cracku.in
↓ →
What is the value of F(4) using the following procedure:
function F(k : integer):
integer;
begin
if(K < 3) then F := k else F := F(k - 1) * F(k - 2) + F(k - 3)
end;
Create a FREE account and get: