Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,062

    Re: need help on my code

    Read the tutorial about how to write a method.
    Then look at the code with all the problems and see if you are following the rules for writing a method.
    The error is before the line with the first...
  2. Replies
    7
    Views
    1,062

    Re: need help on my code

    It looks like the compiler thinks all the code in the error messages is not inside of a method.
    Check that you have properly defined the methods. They all require {}s to surround the code that...
  3. Replies
    7
    Views
    1,062

    Re: need help on my code

    Sorry, I missed your explanation of what is wrong with the program.
    Copy the program's output and add comments to it saying what the problem is.


    Please copy and paste the console window here...
  4. Replies
    7
    Views
    1,062

    Re: need help on my code

    Can you explain?
    Does the code compile? If not copy and paste the errors here.
    Does the code execute without errors? If not same as above.

    Does the code do what you want? If not explain.
    ...
Results 1 to 4 of 4