Answered step by step
Verified Expert Solution
Question
1 Approved Answer
program in C only NOT C++ ot others, please Write a program that computes factorial for a desired number repeatedly until - 1 is entered.
program in C only NOT C++ ot others, please
Write a program that computes factorial for a desired number repeatedly until - 1 is entered. Expected input and output Please enter a positive number for factorial calculation (-1 to end):4 factorial for 4 is 24 Please enter a positive number for factorial calculation (-1 to end):6 factorial for 6 is 720 Please enter a positive number for factorial calculation (-1 to end) : 8 factorial for 8 is 40320 Please enter number for factorial calculation (-1 to end) :-1 Submit 1 run of your program. It should have at least 5 inputs. The first three input as shown above and two other the inputs of your choice. Your program should work for any input. Do not add any logic in your code to limit the input. However for the run, try to limit your input between 1 and 15 just to keep the output simple Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started