ohh come on. Nobody ever needed Fibonacci or Factorial for anything, but if you bomb those after a few clarifying questions (like not knowing the initial values of fib or it's definition) I'm not sorry.
Factorial is just a for loop and with Fibonacci you might want to talk a bit about recursion and caching. That's it.
Factorial is just a for loop and with Fibonacci you might want to talk a bit about recursion and caching. That's it.