Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Programming (https://www.askmehelpdesk.com/forumdisplay.php?f=437)
-   -   For loop (https://www.askmehelpdesk.com/showthread.php?t=384173)

  • Aug 6, 2009, 03:10 PM
    andyhaus1057
    For loop
    How would I design a For loop that displays the following set of 10, 20, 30, 40, 50,. 1,000?
  • Aug 6, 2009, 03:42 PM
    ScottGem

    Depends on the language probably looks something like this:

    For I = 10 to 1000 Step 10
    Prnt I
    Next I

  • All times are GMT -7. The time now is 02:38 PM.