/roman_numerals

A roman numeral project.

Primary LanguageJavaScript

Roman Numeral Conversion

Practice classwork, June 6th, 2018

By **James Hanley and Marie Dillard **

Description

This repo is a project for conversion of roman numerals.

Setup/Installation Requirements

  • Open index.html.

Known Bugs

No Known Bugs

Support and contact details

James Hanley email: hanley.doth@outlook.com Marie Dillard email: bunnymarie@protonmail.com

Technologies Used

JavaScript, Jquery, Bootstrap.

##Behavioral/Specs Roman Numerals basic symbols are I(1), V(5), X(10), L(50) C(100), D(500), M(1,000)

Behavior Input Output
Letters not accepted as input "L" "Not a number"
No values higher than 3,999 "4,000" "Invalid Input"
Make base numbers equivalent to a value "1" "I"
If more than 3 of the same roman numeral, make into another equivalent "IIII" "IV"
Separate place values 10 console.log(somearraylenght)
Add the values of all numbers 5 V

###License

The authors of this work hereby waives all claim of copyright (economic and moral) in this work and immediately places it in the public domain; it may be used, distorted or destroyed in any manner whatsoever without further attribution or notice to the creators.