Start: Fig 25.4 Flowchart For Computing Factorial N
This flowchart computes the factorial of a number N. It initializes a counter M to 1 and the factorial F to 1. It then multiples the factorial F by the counter M and increments M until M equals the input number N, at which point it prints out the final value of F.
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
18 views
Start: Fig 25.4 Flowchart For Computing Factorial N
This flowchart computes the factorial of a number N. It initializes a counter M to 1 and the factorial F to 1. It then multiples the factorial F by the counter M and increments M until M equals the input number N, at which point it prints out the final value of F.