Problem I’m writing a program to convert integers to Roman numerals (naively — it doesn’t know how to do the […]
Tag: roman-numerals
Roman Numerals in Java
Problem I wrote a class that can convert to and fro from Roman Numerals and Decimals. I would appreciate critical […]
Convert Roman Numeral to Arabic
Problem I’ve been learning Haskell recently and I decided I needed to work on a (somewhat) realistic problem. What I’m […]
Convert Integer to Roman Numeral
Problem I’ve created a function that takes an integer greater than zero as an input and converts it into its […]
Roman numerals to Arabic number
Problem Is there any way to make this for loop more concise or efficient? I fell like there should be […]
Decimal to Roman numeral conversion algorithm
Problem I have written a program to convert a decimal to a Roman numeral. I am wondering if my algorithm […]
Arabic numbers to Roman numerals conversion
Problem The following converts Arabic numbers to Roman numerals. I decided to factor each digit into its place value, then […]
Conversion from Roman to decimal numbers
Problem My program makes a conversion between Roman and decimal numbers. Can you give me some advice on how to […]
Arabic to Roman Number in Ruby on Rails
Problem I am making a class method in ruby to convert from roman number to Arabic and vice versa. However […]
Java converter from Arabic to Roman Numerals
Problem I am learning Java and would like to get feedback on the code I wrote. I have written an […]
- 1
- 2