165k views
4 votes
Given the recursive function:
f(1) = 0
f(n) = 2 + f(n - 1)
What is f(3)?

User ZedBee
by
8.2k points

1 Answer

2 votes

Answer:

Hope the picture will help you

Given the recursive function: f(1) = 0 f(n) = 2 + f(n - 1) What is f(3)?-example-1
User BuZz
by
8.3k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.