Problem Set 6: Vending Machine

Web-CAT: Submit Java programs to this automated grading platform.

Task Outline

Background Theory

Example Case

Hints

Code Distribution

Description File Size File Name
Java Source Code for Vending Machine 4.9KB pset06.zip

Contents of pset06.zip:

PSet06VendingMachine/
├── package.bluej
├── README.TXT
├── VendingMachine.class
├── VendingMachine.ctxt
├── VendingMachine.java
├── VendingMachineJUnitTest.class
├── VendingMachineJUnitTest.ctxt
└── VendingMachineJUnitTest.java

Specification

Testing

Submission