Search:

Type: Posts; User: JApache

Search: Search took 0.26 seconds.

  1. Replies
    10
    Views
    1,190

    Re: While Loop help

    Humble Apologies you are correct i misread the code ,:o
  2. Replies
    10
    Views
    1,190

    Re: While Loop help

    Christopher , as i mentioned in my post to Skipi205 "There is nothing wrong with the way you have done it ", either way the expression evaluates to true, i was just pointing out that there is more...
  3. Replies
    10
    Views
    1,190

    Re: While Loop help

    Hi Skypi205,
    Just a pointer to something that i noticed in your code

    while (count==5) {
    You have used an equality operator inbetween your parenthesis , in the while loop
    There is nothing...
Results 1 to 3 of 3