Question 69

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:

  • Download Maths Shortcuts PDF
  • Get 300+ previous papers with solutions PDF
  • 500+ Online Tests for Free

cracku

Boost your Prep!

Download App