OmRajpurkar/Vending-Machine-in-Java
Consider a customer visiting a Vending Machine to buy some products. You can define your own products and their prices along with the denominations available to pay(for example, 50 rupee notes, 25 rupee notes, etc.). Calculate the total expense and input the amount that the customer pays. Design a vending machine which displays the change and optimal number of notes/coins to be paid as change.
Java