WSQ06-Factorial Calculator.

This task consisted in creating a program that calculates the factorial of a number typed by the user and then ask them if they would like to calculate another number. I made a function to calculate the factorial with a “for” loop and then I implemented it in the program.

factorial.pngfactorial1.png

Leave a comment