Page 1 of 1

Read requirements carefully MUST IN PHP AND HTML (NOT JAVA,C#,C++) Design a vending machine Part 1: A basic form for th

Posted: Thu Jul 14, 2022 2:27 pm
by answerhappygod
Read requirements carefullyMUST IN PHP AND HTML (NOTJAVA,C#,C++)Design a vending machinePart 1: A basic form for the app would be: buttons forordering and buttons for choosing a coin to deposit.And how the machine give changes backA hint: What happens if the user makes a mistake and enters toomuch money? Think about designproblems like this when you start creating the appPart2: PHP MUST USE OOP principles inPHP.The vending machine should sellchocolatebars for $1.25,pop for $1.50chips for $1.75.The machine accepts 1 dollar and 5, 10, and 25centcoins.