-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfestwelcome to hacktoberfestwelcome to hacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Description
Description
Provide a converter, convert from Roman Numerals to normal numbers
Kata-Roman Numerals
Roman rules
http://www.novaroma.org/via_romana/numbers.html
I --> 1
X --> 10
VII --> 7
XXXI -> 31
Tests
Given one parameter (string )
When input is "I"
Expect 1 return
When input is "X"
Expect 10 return
When input is "VII"
Expect 7 return
When input is "XXXI"
Expect 31 return
Additional context
Add any other context, links references or screenshots about the feature request here.
Important Checklist
- I have written unit test first, make it red(fail first).
- I have then written logic code, make it green(success)
- I have tried to refactor my code, make it understandable(document my code)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfestwelcome to hacktoberfestwelcome to hacktoberfesthelp wantedExtra attention is neededExtra attention is needed