Search:

Type: Posts; User: NormR

Search: Search took 0.07 seconds.

  1. Replies
    12
    Views
    1,071

    [SOLVED] Re: The book I'm studying is wrong!

    I still don't see a print statement in the waitForChange() method before the while statement.

    while(!changed);
    Note: the ; after the ) ends the while statement. None of the following statements...
  2. Replies
    12
    Views
    1,071

    [SOLVED] Re: The book I'm studying is wrong!

    Ok, that formatting looks a lot better.
    I see two while loops that don't have print statements before, inside and and after them to show when and where they are executing.
    Be sure to add print...
  3. Replies
    12
    Views
    1,071

    [SOLVED] Re: The book I'm studying is wrong!

    That's some better, but still the indentations for the statements are missing. The statements should not all start in the first column. Proper indentation makes the code easier to read and...
  4. Replies
    12
    Views
    1,071

    [SOLVED] Re: The book I'm studying is wrong!

    Please post the code wrapped in code tags so it can be copied and used for testing.

    It should look like this:

    // this is where your code should be
  5. Replies
    12
    Views
    1,071

    [SOLVED] Re: The book I'm studying is wrong!

    Please explain what happens. If there are error messages, copy the full text and paste it here.

    Please edit your post and wrap your code with code tags:



    **YOUR CODE GOES HERE**


    to get...
Results 1 to 5 of 5