Search:

Type: Posts; User: Norm

Search: Search took 0.17 seconds.

  1. Replies
    9
    Views
    1,408

    Re: 1st year java student needs some help..

    The formatting still needs to be fixed. The indentation is missing. It should look something like this:


    public static void main(String args[])
    {
    do
    {
    ...
  2. Replies
    9
    Views
    1,408

    Re: 1st year java student needs some help..

    Put this before the code



    <PUT YOUR CODE HERE>


    the above goes at the end of the code
  3. Replies
    9
    Views
    1,408

    Re: 1st year java student needs some help..

    The line numbers in the error message doesn't match the locations of the line in the posted code.

    The error message says line 13 but the posted code looks like that statement is at line 1?
    ...
  4. Replies
    9
    Views
    1,408

    Re: 1st year java student needs some help..

    Please copy the full text of the error messages and post them here.

    Please edit your code and format the code so that nested statements are properly indented.

    Use the equals() method to compare...
Results 1 to 4 of 4