Identifier: SiffRecNum
Prerequisites: SiffCond
Functions that call helping functions; functions that call themselves.
Students should be able to:
Sifflet Tutorial Lessons 4 and 5
Available in Oncourse Modules
Define and test a Sifflet function that computes the sum of the terms f(x) = x3 + 9 for x = 1 to n. You should use a combination of functions. The parameter of the main, or summing, function is n, the number of terms, and it computes the sum, using the helping function f. The parameter of the helping function is x.
Hints: