Today, we learned about Recursive Functions, functions that loop repeatedly. Hey you, you're finally awake. Comment your answers on this post. If you need any sort of help, I'll answer.20192020 IN
3. f(f(f(f(-5)))): Answer: 6 4. Find the smallest value of n such that f(n) > 200 Answer: 6 Note: I don't know if there was a more efficient way to do it, because I did it in O(n) time