Computer Science, asked by khushisfrent, 4 months ago

Draw a flow chart to calculate the factorial of a given number​

Answers

Answered by MuhammdAslam
2

Answer:

#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.

Attachments:
Similar questions