Great! We create factorial
to buffer the result and i
for the numbers up to 10
. Then we open the while loop and increase i
before we multiply it into the factorial.
Close! We create factorial
to buffer the result and i
for the numbers up to 10
. Then we open the while loop and increase i
before we multiply it into the factorial.