TomoLink
Easytcs-nqt

What does the following pseudocode output? SET sum = 0 FOR i = 1 TO 5 sum = sum + i END FOR PRINT sum