drewbuckaroo / roman-numeral

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roman Numeral

This program converts Arabic Numerals into Roman Numerals., 8/20/20

By Johnny Duverseau, Drew Lockhart, Ophelia Swen

Description

This program asks the user to enter an Arabic numeral, then the program determines what the Roman numeral equivalent is to the user interface.

Specs

Spec Input Output
I i 1 I
V i 2004
X year that is divisible by 100 1900 false
L year that is divisible by 400 2000 true
C year that is divisible by 400 2000 true
D year that is divisible by 4 2004 true
M year that is divisible by 100 1900 false
? year that is divisible by 400 2000 true
? year that is divisible by 400 2000 true

|

Setup/Installation Requirements

  • CLone this repository
  • Open your terminal

Known Bugs

No known bugs as of 8/20/20

Support and contact details

duverseaujohnny21@gmail.com, drewmlockhart@gmail.com, ophelia.swen@gmail.com

Technologies Used

  • HTML,
  • JavaScript,
  • Jquery
  • Boostrap
  • Markdown

License

This software is licensed under MIT license

Copyright (c) 2020 _Johnny Duverseau, Drew Lockhart, Ophelia Swen

About


Languages

Language:JavaScript 51.6%Language:HTML 48.4%