David Ladapo - 2012-10-16

The number reader program is a simple java program used to translate numbers to words in english.

The classes used in this project have been developed for extensibility and reuse and provide 1 main class (AbstractNumberReader) which uses an adapter called a Translator.

The Translator is an interface which provides base signatures for classes wishing to translate numbers to their string equivalent.

The Translator is associated with an abstract number builder so that classes which implement a translator can have access to an external helper class which will be used to build individual strings

A default Translator is provided with the pack.

 

Last edit: David Ladapo 2012-10-16