Roman Numeral Converter

Behavior driven development process exercise for Epicodus, 08.17.2017

By Sarah Lindmar and David Hale

Description

This application will take any number and convert it into roman numerals.

Application Specifications

This program will:

  • Add the value of all symbols
    • _Input: 2
    • _Output: II
  • Switch to subtraction for more than three of the same characters in a row
    • _Input: 4
    • _Output: IV
  • Seperate the ones, tens, hundreds, and thousands
    • _Input: 99
    • _Output: XCIX
  • Skip the number 0
    • Input: 1050
    • Output: ML

License

This application uses the MIT license

Copyright (c) 2017 Sarah Lindmar and David Hale