Skip to content

A small test-driven development (TDD) Java program converting year dates in Arabic numerals into their equivalent Roman numeral form. For example, 1916 AD will be converted to MCMXVI AD.

Notifications You must be signed in to change notification settings

corinthian13/TDDNumerals

Repository files navigation

TDDNumerals

This is a small Java program converting year dates in Arabic numerals into their equivalent Roman numeral form. For example, the year 1916 AD will be converted to its Roman equivalent, MCMXVI AD. This program was developed according to the test-driven development (TDD) cycle.

About

A small test-driven development (TDD) Java program converting year dates in Arabic numerals into their equivalent Roman numeral form. For example, 1916 AD will be converted to MCMXVI AD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages