A console application featuring vending machine controller
To begin, the user should instantiate a new object from VendingMachine class. Such an object can then be appended by various products, including their prices per unit. When this is done, the process resembling the real costumer interaction with vending machine takes place. As long as the buyer has enough money, they can be used to buy any number of items, althougheach purchaase must be performed separately.