Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    22
    Views
    2,162

    Re: help me plz with my code

    Sorry, I don't speak Welsh.
  2. Replies
    22
    Views
    2,162

    Re: help me plz with my code

    To get help with your code, you will have to post your code and your questions.

    Please wrap posted code in code tags. See: BB Code List - Java Programming Forums or Go Advanced and use the #icon
  3. Replies
    22
    Views
    2,162

    Re: help me plz with my code

    Since you didn't post any question, I guess you've solved it.
  4. Replies
    22
    Views
    2,162

    Re: help me plz with my code

    It MUST BE EXACTLY as I posted in post#4 EXACTLY!!!
  5. Replies
    22
    Views
    2,162

    Re: help me plz with my code

    See post#4 and #6 about your missing main method.
  6. Replies
    22
    Views
    2,162

    Re: help me plz with my code

    You need to use the equals method to compare the contents of objects like Strings. The == operator is for comparing primitives.
  7. Replies
    22
    Views
    2,162

    Re: help me plz with my code

    Please post the FULL text of any error messages here.
    Or explain what your problem is.
  8. Replies
    22
    Views
    2,162

    Re: help me plz with my code

    Computers are very fussy about spelling and many other things. You must give it exactly what it wants.
    The String[] args parameters are where the java command will pass in commandline options that...
  9. Replies
    22
    Views
    2,162

    Re: help me plz with my code

    There must be a main() method where the java program starts your program that is defined this way:
    public static void main(String[] args) {
    ...
    }
    That is the only place the java program knows...
  10. Replies
    22
    Views
    2,162

    Re: help me plz with my code

    What is the question?
    Please explain what your problem is. Show the error messages or show what the program does and what is wrong with its output.
    To copy the contents of the command prompt...
Results 1 to 10 of 10