Since I think exercises are fun I will post some in this thread for you guys to try. Hopefully if
this is implemented I could give points to completed projects. I hope you enjoy these. If you think you have completed the exercise then post your code for others to see. Hopefully this will become a learning experience for us all.
Exercise 1:
Use recursion to make an algorithm that computes the factorial of a certain number. For instances 2 factorial is 2. 3 factorial is 6.
Sorry for the simplicity of this first exercise, I promise I will make more challenging ways later. I will post another exercise later. If you have one that you would like me to post pm me and I will give you credit and will post it most likely.