Search:

Type: Posts; User: ggarrett

Search: Search took 0.09 seconds.

  1. Re: Please help, my inventory code is not working

    OK I made some changes and I'm having some other issues now. Here is my code and below will be the error message I am getting.



    /*
    * To change this template, choose Tools | Templates
    * and...
  2. Re: Please help, my inventory code is not working

    Dude I have no idea how to repair the code because I don't know where it went wrong. I have one error. Everything else compiles fine.
  3. Re: Please help, my inventory code is not working

    Line 26:

    [highlight=Java]

    Object DVD dvd = new DVD (1, "Matrix", 5, 2.15);

    [/hightlight]
  4. Re: Please help, my inventory code is not working

    At line 26 it gives the following error:

    ';' expected

    required string, double, double, double
  5. Please help, my inventory code is not working

    I have been struggling with this program. It's an inventory program for class. It won't run and I need to modify it today with the following criteria Please help:

    Use an array to store the...
  6. Replies
    7
    Views
    1,188

    Re: Help with inventory program

    I applied the suggested solutions, but it is still not running correctly. I have no errors but it is still not running. Code below.



    package inventory1;

    /**
    *
    * @author Gary
    */
  7. Replies
    7
    Views
    1,188

    Re: Help with inventory program

    This is my code:



    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */
    package inventory1;
  8. Replies
    7
    Views
    1,188

    Re: Help with inventory program

    My assignment:

    a product class that holds the item number, the name of the product, the number of units in stock, and the price of each unit.

    Create a Java application that displays the product...
  9. Replies
    7
    Views
    1,188

    Re: Help with inventory program

    Thanks for the heads up.
  10. Replies
    0
    Views
    768

    Hello Everyone!

    My name is Gary Garrett, I just recently started programming with Java. I'm currently taking a classes and have no idea what I'm doing yet. It's nice to have a forum to come to and learn new things,...
Results 1 to 10 of 11