write a flow chart for a factorial number
Answers
Answered by
1
Answer:
Flowchart to Find Factorial of a Number
The above flowchart is drawn in the Raptor tool. The flowchart represents the flow for finding factorial of a number.
Example: What is 5! ? Ans: 1*2*3*4*5 = 120.
Code for finding factorial of a number:
C Program to Find Factorial of a Number using While Loop.
Similar questions