Computer Mathematics and the Graphing Calculator

In the example, the loop control variable, X, is initialized to 1 and the loop is started. A 1 is displayed and 2 is added to the value of X making it a 3. When the End statement is reached, the question, “Is it time to quit (Is X≥ 10)?” is asked. Since 3 is not greater than or equal to 10, the loop does not quit and recycles. ................
................