Computer Science, asked by sd2656708, 7 days ago

Difine flow chart? draw a flow chart to find the factorial of a number

Answers

Answered by ramalingam51g
0

Answer:

Difine flow chart? draw a flow chart to find the factorial of a number

Answered by srk9011s
2

Answer:

The flowchart for factorial of a number consists of the following steps:

●Start (Start End)

●Enter N (User Input)

○Is N equal to zero or one (Decision)

○Return 1 (Display)

○End (Start End)

●Decrease N by 1 (Process)

●Set FACT = FACT * N (Process)

●Define FACT = N (Data)

●Is N equal to one (Decision)

●Return FACT (Display)

●End (Start End)

Attachments:
Similar questions