Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 512 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 512 Bytes

#Roman Numerals

##Makers Academy Week 2 Exercise

###Aim

The aim of the exercise was to write a program that converts Arabic numbers to Roman numerals. It would convert the Arabic number 1 to the Roman numeral I, the Arabic number 1999 to the Roman numeral MCMXCIX and so forth.

###Other details

The task was set by Evgeny Shadchnev

Contributors included Sarah Young and Anna Yanova