CLS a = -12.7 PRINT "normal: ", a PRINT "rounded: ", INT(a) PRINT "absolute: ", ABS(a) PRINT "reminder of 10 / 4 is: ", 10 MOD 4