A recursive function is defined as f(n)=f(n−1)+5f(n) = f(n-1) + 5f(n)=f(n−1)+5 with f(0)=10f(0) = 10f(0)=10. What is f(3)f(3)f(3)?
15
20
25
30