Trace Table - Activity: - (Note That Read Means INPUT and Print Means Output)
Trace Table - Activity: - (Note That Read Means INPUT and Print Means Output)
1. Complete a trace of the given flowchart. Include all variables, outputs and a summary
statement describing what the program does. (Note that Read means INPUT and Print means
OUTPUT). Let the number N that is input be 5.
Trace:
N M F Output
5 1 1
5 1 1
5 2 2
5 3 6
5 4 24
5 5 120 120
Program Description:
This program outputs a number that is
from multiplying numbers from 1 to 5.