A recursive function is defined as g(n)=g(n−1)−2g(n) = g(n-1) - 2g(n)=g(n−1)−2 with g(0)=10g(0) = 10g(0)=10. What is g(2)g(2)g(2)?
4
6
8
10