Skip to content

stephenwoods/CoinCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinCalculator

A simple program that gets the minimum number of coins needed for an amount of USD, using certain coin denominations.

To install and run:

  1. Install Node
  2. Clone the repository git clone https://github.com/stephenwoods/CoinCalculator.git
  3. Switch into the new directory cd CoinCalculator
  4. Install dependencies npm install
  5. Run using the command node index 1.25 - dollar signs need a backslash if you use one.

You can run tests using npm test.

About

A simple program that gets the minimum number of coins needed for an amount of USD, using certain coin denominations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors