mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix(curriculum): external roman numeral links in JS projects (#46171)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,23 @@ dashedName: roman-numeral-converter
|
||||
|
||||
Convert the given number into a roman numeral.
|
||||
|
||||
All [roman numerals](http://www.mathsisfun.com/roman-numerals.html) answers should be provided in upper-case.
|
||||
| Roman numerals | Arabic numerals |
|
||||
|----------------|-----------------|
|
||||
| M | 1000 |
|
||||
| CM | 900 |
|
||||
| D | 500 |
|
||||
| CD | 400 |
|
||||
| C | 100 |
|
||||
| XC | 90 |
|
||||
| L | 50 |
|
||||
| XL | 40 |
|
||||
| X | 10 |
|
||||
| IX | 0 |
|
||||
| V | 5 |
|
||||
| IV | 4 |
|
||||
| I | 1 |
|
||||
|
||||
All roman numerals answers should be provided in upper-case.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
@@ -10,7 +10,23 @@ dashedName: build-a-roman-numeral-converter
|
||||
|
||||
Convert the given number into a roman numeral.
|
||||
|
||||
All [roman numerals](http://www.mathsisfun.com/roman-numerals.html) answers should be provided in upper-case.
|
||||
| Roman numerals | Arabic numerals |
|
||||
|----------------|-----------------|
|
||||
| M | 1000 |
|
||||
| CM | 900 |
|
||||
| D | 500 |
|
||||
| CD | 400 |
|
||||
| C | 100 |
|
||||
| XC | 90 |
|
||||
| L | 50 |
|
||||
| XL | 40 |
|
||||
| X | 10 |
|
||||
| IX | 0 |
|
||||
| V | 5 |
|
||||
| IV | 4 |
|
||||
| I | 1 |
|
||||
|
||||
All roman numerals answers should be provided in upper-case.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user