Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    1,160

    Re: Please help, my inventory code is not working

    Can you copy and post here the compiler errors? What you have posted is from when you try to execute the code. Just compile the code and get the compiler errors. Don't try to execute the code when...
  2. Replies
    9
    Views
    1,160

    Re: Please help, my inventory code is not working

    Remove either Object or DVD from the start of the statement with the error.
    You can NOT put two data types with one variable. For example:


    String Scanner avar =...

    would be wrong with the...
  3. Replies
    9
    Views
    1,160

    Re: Please help, my inventory code is not working

    There are two data types at the start of the line: Object and DVD
    There should only be one. What data type do you want to define the variable: dvd to be?
    Remove the other data type.

    See this...
  4. Replies
    9
    Views
    1,160

    Re: Please help, my inventory code is not working

    Which line is line 26?

    What is "required string, double, double, double"?

    It'd be better if you posted the full text of the error message and not just copy a few lines.
    Please copy full text...
  5. Replies
    9
    Views
    1,160

    Re: Please help, my inventory code is not working

    Please explain. If you are getting errors, copy the full text of the messages and paste them here.
Results 1 to 5 of 5