Skip to content

lps540/currency-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

currency-java

Converts a number into currency words. 123.45 becomes "One hundred twenty-three and 45/100 dollars".

Prerequisites

  1. Install Gradle: https://gradle.org/

Setup

  1. gradle build
  2. ./runit.sh

Other useful commands:

  • gradle test
  • gradle test jacocoTestReport (coverage results in ./build/reports/jacoco/test/html/index.html)

About

Convert a number into currency words using Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published