Program source
Run
// 1) r = f(n - 1) + f(n - 2); return r;} document.write(f(7))"); // ]]>
//