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:
Incase of any issue contact support@cracku.in
CAT Averages, Ratios & Proportions
CAT Logarithms, Surds & Indices