xdelmo / roman-numeral-converter

This is a solution to the Roman Numeral Converter on FreeCodeCamp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeCodeCamp - Roman Numeral Converter solution

This is a solution to the Roman Numeral Converter on FreeCodeCamp. FreeCodeCamp helps you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Convert the given number into a roman numeral.

Roman numerals Arabic numerals
M 1000
CM 900
D 500
CD 400
C 100
XC 90
L 50
XL 40
X 10
IX 9
V 5
IV 4
I 1

All roman numerals answers should be provided in upper-case.

Links

Author

About

This is a solution to the Roman Numeral Converter on FreeCodeCamp.


Languages

Language:JavaScript 100.0%