Lab 3: Coin Change

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

Task Outline

Background Theory

Hints

There are a few different ways in which this assignment can be solved. One of the ways is with a clever use of the integer division operator.

Code Distribution

Description File Size File Name
Java Source Code for Coin Change 4.4KB lab03.zip

Contents of lab03.zip:

Lab03CoinChange/
├── CoinChange.class
├── CoinChange.ctxt
├── CoinChange.java
├── CoinChangeJUnitTest.class
├── CoinChangeJUnitTest.ctxt
├── CoinChangeJUnitTest.java
├── package.bluej
└── README.TXT

Specification

Testing

Submission