What is the output of: SET count = 0 FOR i = 1 TO 10 IF i % 3 == 0 THEN count = count + 1 END IF END FOR PRINT count