Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

Roman To Integer Calculator

Roman numerals are represented by seven different symbols: I, V, X, L, C, D, and M.

Symbol       Value
I             1
V             5
X             10
L             50
C             100
D             500
M             1000

I can be placed before V (5) and X (10) to make it 4 and 9. 
X can be placed before L (50) and C (100) to make it 40 and 90. 
C can be placed before D (500) and M (1000) to make it 400 and 900.

Functionalities :

  • Converts a roman numeral to its integer.

Built With :

  • Html, Css, Javascript

Screenshot :

Roman :

Roman

Integer :

Integer