Planning in forms of Pseudocode and Flowcharts for a Vending machine
A pseudocode for a vending machine(Enabling an admin to manage the V ending machine)
BEGIN
Input a code
If code = pin_admin_code
Confirm owner login
If login confirmation = susscessful
Add new items to the vending machine
Change items prices
Print all items in the machine
Cash in certain amount
Cash pout Certain amount
END
Comments
Leave a comment