TomoLink
Easytcs-nqt

What does the following pseudocode output? SET n = 5 SET result = 1 FOR i = 1 TO n result = result * i END FOR PRINT result