Today I'd like to pick up programs to calculate Roman numerals from the Small Basic forum.
The first ones are described in a forum thread Post your sample source code here and get featured on our blogs! (Part II).
Please enter an integer from 1 to 3999; or ''Return'' to quit...2014
MMXIV
Enter number to convert to Roman Numerals
2014
MMXIV
The second ones are in Challenge of the Month - October 2014.
(List is in the thread) by siv_1234 and NaochanON
1 = I
2 = II
3 = III
4 = IV
5 = V
:
196 = CXCVI
197 = CXCVII
198 = CXCVIII
199 = CXCIX
200 = CC
Arabic to Roman BNJ520 by Nonki Takahashi
? 2014
MMXIV
Roman to Arabic CJV067 by Nonki Takahashi
? MMXIV
2014
Thank you everyone for sharing your program.