List of utility methods to do Number to Roman
switch (i) { case 1: return "I"; case 2: return "II"; case 3: return "III"; case 4: ...