Nefari0uss / coin-change

A simple coin change calculator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple coin change calculator.

License:MIT License


Languages

Language:Java 96.4%Language:Makefile 3.6%