The ______ statement has a numeric variable, called the Running variable.
GO
FOR
ON
None of the above
1
Expert's answer
2014-10-02T00:44:38-0400
A numeric variable, called a runningvariable is used to control the number of times a loop is executed. The running variable used in the NEXT statement must be the same as the one used in the FOR-TO statement. The value of the running variable is incremented by one each time the loop is executed, unless a STEP clause is used to alter this.
Comments
Leave a comment