Skip to content

rmigacz/number-to-words-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Number to words converter

Simple Java command-line application that converts a number to Polish word(s) representation.

A description of the implemented algorithm can be found here (PL): http://www.algorytm.org/inne/zamiana-liczby-na-slowa-z-polska-gramatyka.html

Compiling

mkdir target
javac -d target pl/rmigacz/jbc/ntwc/*

Usage

cd target
java pl.rmigacz.jbc.ntwc.NumberToWordsConverter <number>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages