Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 743 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 743 Bytes

Coin Change

Author: nefari0uss

language java Open Source Love Build Status

Summary

This program will take a positive integer input and return the correct amount of change to return.

Instructions

  • Use the given make file.
  • Alternatively, compile: $ javac CoinChange.java
  • Run: $ java CoinChange

Asciicast

asciicast