bradfordarroyo / Write-a-program-to-calculate-the-factorial-of-a-positive-integer-n.-With-n-entered-from-the-keyboard

Write a program to calculate the factorial of a positive integer n. With n entered from the keyboard. For example, n = 8 then the output should be 1*2*3*4*5*6*7*8 = 40320

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bradfordarroyo/Write-a-program-to-calculate-the-factorial-of-a-positive-integer-n.-With-n-entered-from-the-keyboard Watchers