Question Description
I don’t know how to handle this Programming question and need guidance.
Task 3 – Binary logic
A food vending machine accepts 10p, 20p, 50p and £1 coins
One or more coins are inserted and the current credit is calculated and displayed.
A product is selected from those available. The system checks to see if there is enough credit to
purchase the product chosen.
If there is not enough credit the system displays an error message.
If there is enough credit it dispenses the product, updates the credit available and displays the
remaining credit.
Further selections can be made if there is enough credit.
The vending machine simulation should have five products and prices.
Design, code, test and evaluate a program for this simulation.
