Unit 05 Time Wizard Side Quest

Recursion

Wizard

Calling functions can be really really useful, but did you know functions can call themselves?

Watch this brief tutorial about recursion in VB.NET. Then write a new version of the Factorial lab that uses a recursive function to find the factorial of the user's input. Print out your function to turn it in.