Skip to content

Instantly share code, notes, and snippets.

@fawkesley
Last active November 23, 2016 10:39
Show Gist options
  • Save fawkesley/593ae40d161ca75c261d9648b2f3a942 to your computer and use it in GitHub Desktop.
Save fawkesley/593ae40d161ca75c261d9648b2f3a942 to your computer and use it in GitHub Desktop.
Roman numerals exercise

Roman numerals pairing exercise

  • Use whatever resources you'd usually use eg. The Internet
  • Do whichever exercise you fancy
  • Relax, pair as normal, and have fun!

Background

You've probably seen copyright notices which use roman numerals for their year, eg MMVII (2007).

Exercise

Build a thing which converts roman numerals back to dates, in the range 0 to 2100.

Exercise

Build a thing which converts years back to numerals, again in the range 0 to 2100.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment