Lab 4: Coin Change

Web-CAT: Submit Python 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
Python Source Code for Coin Change 1.2KB lab04.zip

Contents of lab04.zip:

Lab04CoinChange/
├── coinchange.py
└── testcoinchange.py

Specification

Testing

Submission