Search:

Type: Posts; User: Adak

Search: Search took 0.06 seconds.

  1. Thread: My idea.

    by Adak
    Replies
    39
    Views
    8,807

    Yes, it was meant to be a satire about using a...

    Yes, it was meant to be a satire about using a while loop for user's who can't read.

    After I wrote it, I realized it might not be seen as such, which is why it was removed.
  2. Thread: My idea.

    by Adak
    Replies
    39
    Views
    8,807

    I didn't mean change the do while loop into a...

    I didn't mean change the do while loop into a while only loop. I meant change the test at the bottom of the do while loop you already have there.
  3. Thread: My idea.

    by Adak
    Replies
    39
    Views
    8,807

    Use either while(temp > low); or while(temp >=...

    Use either while(temp > low); or while(temp >= low); You can't be sure that the interval will allow the temp to be exactly reached.
Results 1 to 3 of 4