For the recursive function f(n)=n⋅f(n−1)f(n) = n \cdot f(n-1)f(n)=n⋅f(n−1), what value of f(0)f(0)f(0) is required to make f(3)=6f(3) = 6f(3)=6?
0
1
2
3