Search:

Type: Posts; User: GregBrannon

Search: Search took 0.20 seconds.

  1. Replies
    5
    Views
    1,357

    Re: Need help with java shop project

    No, I can't write it for you, but I'll try to explain it better.

    What you have in the code you posted is not that far off. I wouldn't use those names (DozenShop and PoundShop), because they don't...
  2. Replies
    5
    Views
    1,357

    Re: Need help with java shop project

    So there are items, and you should have a class for the items. Some of the items are sold by quantity (or dozen, but that's a goofy way to sell a banana), and other items are sold by the pound. ...
  3. Replies
    5
    Views
    1,357

    Re: Need help with java shop project

    Good first post, but your question is a bit vague. Do you know how to use Scanner to get input from the keyboard? If so, store that in a String variable. After that, it could be hard to tell if...
Results 1 to 3 of 3