Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: boolean

    by Norm
    Replies
    13
    Views
    1,070

    Re: boolean

    The code still is not formatted correctly. Too many } are in the first column.

    }s should be beneath the start of the statement with the {


    void aMethod() {
    if(true) {
    ...
    ...
  2. Thread: boolean

    by Norm
    Replies
    13
    Views
    1,070

    Re: boolean

    That's the first step. Now the code needs to be properly formatted.
    Nested statements need to be indented 3-4 spaces.
    }s should be beneath the start of the statement with the {

    There should not...
  3. Thread: boolean

    by Norm
    Replies
    13
    Views
    1,070

    Re: boolean

    Edit your post
    Put this tag before the code:




    <YOUR CODE HERE>

    Put the following tag after your code.
  4. Thread: boolean

    by Norm
    Replies
    13
    Views
    1,070

    Re: boolean

    Did you see this part of my post:
    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    The code you posted needs to be...
  5. Thread: boolean

    by Norm
    Replies
    13
    Views
    1,070

    Re: boolean

    Post the code and the full text of the error messages.
  6. Thread: boolean

    by Norm
    Replies
    13
    Views
    1,070

    Re: boolean

    What is the code on line 44? Did you try putting a ( where the compiler was expecting it?


    You need to format the code so that it can be easily read and understood. This error might mean the...
  7. Thread: boolean

    by Norm
    Replies
    13
    Views
    1,070

    Re: boolean

    Please copy the full text of the error messages and paste it here so we can see what the problems are.

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


    <YOUR CODE HERE>

    to get...
Results 1 to 7 of 7