Computer Mathematics and the Graphing Calculator

In a pre-test (While) loop, the condition is a continuing condition (Keep doing this loop While X is less than 10). It is written so that if the result of the condition is true, the loop recycles. In a post-test loop (Repeat), the condition is an exit condition (Repeat this loop until X is greater than or equal to 10). ................
................