Search:

Type: Posts; User: mia_tech

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    8,156

    Switch case implementation problem in Vendor machine code

    well, I've made a few modification, but still, missing somethings


    public class VendingMachine {
    String product = "";
    double price = 0.0;
    int qty = 0;
    //constructing vending...
  2. Replies
    3
    Views
    8,156

    need help with Vending Machine code...

    guys, I'm working on an assignment for class that involves a vending machine application..... console (no gui) here's the link to project, there are a few things, that I'm having problem implementing...
Results 1 to 2 of 2