Search:

Type: Posts; User: EDale

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    1,354

    Re: Cannot find symbol method getPrice()?

    I apologize. I don't have the method update(java.lang.String name, int quantity) finished. The description says the update method called a private removeFromInvoice method if the updated quantity...
  2. Replies
    5
    Views
    1,354

    Re: Cannot find symbol method getPrice()?

    Fixed it! I realized I had a method in LineItem that already multiplied price andd quantity so I called that one instead since I was directed that my collection should be a collection of LineItems...
  3. Replies
    5
    Views
    1,354

    Cannot find symbol method getPrice()?

    Hey guys,
    So I have 3 constructor classes and a main method. The three constructors are Product, LineItem, and Invoice. The main method is Cashier. In class Invoice, I'm trying to create a method...
Results 1 to 3 of 3