Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Re: Please can you help with my program? How to make it

    You still need to format the code. The { and }s should not all be in the first column.

    Check the locations of the {}s you have too many/
    No } should be on a line with anything else. Put all }s...
  2. Re: Please can you help with my program? How to make it

    Please edit your coded and give it proper indentations. Indent 2-3 spaces inside each pair of {}s
    Unformatted code is hard to read and understand.

    Does the program end or does it run forever? ...
  3. Re: Please can you help with my program? How to make it

    What are the steps the program needs to do for the next one? Make a list of simple steps (pseudo code) that describes what needs to be done. When you get the logic worked out, then code it.
  4. Re: Please can you help with my program? How to make it

    You need to check the positions of the }s for the methods to make sure they enclose the code.

    The formatting needs to be corrected. Statements inside of {}s should be indented 3-4 spaces.
    ...
  5. Re: Please can you help with my program? How to make it

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.


    Please copy the full text of the error messages and paste them here so we can...
  6. Re: Please can you help with my program? How to make it

    If there are errors please copy and paste the full text of the error messages.
    Otherwise please explain what "does not work" means? If its output is wrong, paste its output here and explain what is...
Results 1 to 6 of 6