Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    12
    Views
    1,496

    Re: Java Cupcake Counter Help

    You need to find out how to get a complete list of the compiler's error messages so you can post them.
    A one line message doesn't help much.
    Here is a sample of an error message from the javac...
  2. Replies
    12
    Views
    1,496

    Re: Java Cupcake Counter Help

    Can you post the errors from the compiler. What you posted looks like it is from trying to execute the code.
    You need to find and fix the compiler errors before trying to execute the program.
    ...
  3. Replies
    12
    Views
    1,496

    Re: Java Cupcake Counter Help

    please copy and paste here the full text of the compiler's error messages.
  4. Replies
    12
    Views
    1,496

    Re: Java Cupcake Counter Help

    What you have posted won't compile. Its missing a class statement and the import statements.
  5. Replies
    12
    Views
    1,496

    Re: Java Cupcake Counter Help

    Before adding any more code, fix the current code so it compiles and executes without any errors.
    When it works, then move on to adding a loop.
Results 1 to 5 of 5