26. Integer variables ~~~~~~~~~~~~~~~~~ Programs can be speeded up by using Integer variables where possible. Try running this program first using X, and then using X% instead. Using NEXT rather than NEXT X or NEXT X% makes it even faster; try it. 10 TIME=0:FOR X=1 TO 5000:NEXT X:PRINT TIME