Skip to content

zeufi/VendingMachineProgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

VendingMachineProgram

Write a program to design Vending Machine using Java

Features

  1. Define the Vending Machine requirements
  1. Display welcome message
  2. Accepts coins of 1,5,10,25
  3. Allow user to select products Water (40), Crisp (65), Chocolate (75)
  4. Allow user to take refund by cancelling the request.
  5. Return selected product and remaining change if any.
  6. Allow reset operation for vending machine supplier. Handle relevant exceptions and create reporting for the tests

Identities of our problem  Vending Machine  Product  Coin  Calculator

How these identities will interact with each other’s.

About

Write a program to design Vending Machine using Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published