Computer Science, asked by omshinde2803, 6 months ago

Using the switch statement, write a menu driven program to:
find and display the factorial of a number input by the user (the factorial of a non-negative integer n, denoted by n is the product of all integers less than or equal to n.

Answers

Answered by Anonymous
1

Using the switch statement, write a menu driven program to:

find and display the factorial of a number input by the user (the factorial of a non-negative integer n, denoted by n is the product of all integers less than or equal to n.

Similar questions