[solved] – Question 83684
Write a program that will display the result of n! using a loop. For example, if the user enters 5 for n, the program should display “factorial of is 120
Expert Answer
OR
Write a program that will display the result of n! using a loop. For example, if the user enters 5 for n, the program should display “factorial of is 120
OR