Skip to content

murex/Kata-RomanNumeralsConverter

Repository files navigation

Gradle Maven CMake Go Pytest Npm Check Markdown links Add contributors

Roman Numerals Converter

Kata Image
"Numerals Roman Number Blocks" by Clker-Free-Vector-Images is licenced under Pixabay License

Description

Available here

Simple Examples

Arabic Roman Arabic Roman Arabic Roman Arabic Roman
1 I 10 X 100 C 1000 M
2 II 20 XX 200 CC 2000 MM
3 III 30 XXX 300 CCC 3000 MMM
4 IV 40 XL 400 CD 4000 MMMM
5 V 50 L 500 D
6 VI 60 LX 600 DC
7 VII 70 LXX 700 DCC
8 VIII 80 LXXX 800 DCCC
9 IX 90 XC 900 CM

More Examples, with Decomposition

Arabic Roman Decomposition
1990 MCMXC 1000(M) + 900(CM) + 90(XC)
2008 MMVIII 2000(MM) + 8(VIII)
99 XCIX 90(XC) + 9(IX)
47 XLVII 40(XL) + 7(VII)

Getting Started

Session Quick Retrospective

You can fill it from here

Useful Links

For this Kata

General

Session Information

Style & Duration

Topic

  • Basic TDD & Pair Programming

Focus Points

  • Red-Green-Refactor
  • Baby Steps
  • YAGNI

Source Files

License

Kata-RomanNumeralsConverter and the accompanying materials are made available under the terms of the MIT License which accompanies this distribution, and is available at the Open Source site

Acknowledgements

See ACKNOWLEDGEMENTS.md for more information.

Contributors

Damien
Damien Menanteau
Ahmad
Ahmad Atwi
Philippe
Philippe Bourgau
AntoineMx/
AntoineMx