• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

I did a loop today

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    I did a loop today

    I did a loop today


    started off with whole numbers.
    then balanced them to 100

    except it didnt work. so I asked if i was = 1 true

    is i > 1 true



    I hate computers


    (\__/)
    (>'.'<)
    ("")("") Born to Drink. Forced to Work

    #2
    Originally posted by EternalOptimist View Post
    I hate computers
    That's what they pay us for.
    nomadd liked this post

    Comment


      #3
      Originally posted by EternalOptimist View Post
      I did a loop today


      started off with whole numbers.
      then balanced them to 100

      except it didnt work. so I asked if i was = 1 true

      is i > 1 true



      I hate computers


      i = 1;

      i == 1;

      true != 1;

      true != false;

      false == 0;

      Comment

      Working...
      X