draw a flowchart write an algorithm and pseudo code for to find factorial of a given number
Answers
Answered by
1
Answer:
Factorial Program In C
- Algorithm. Algorithm of this program is very easy − START Step 1 → Take integer variable A Step 2 → Assign value to the variable Step 3 → From value A upto 1 multiply each digit and store Step 4 → the final stored value is factorial of A STOP.
- Pseudocode.
- Implementation.
- Output.
Similar questions