Arabic to roman and Roman to Arabic Converter Program
I am a beginner at Java and for class we have to write a roman to Arabic converter and Arabic to roman numeral converter. However, we cannot use arrays, methods, or loops. I guess I just need a high level of how you would start this project using if else statements.
My code is getting the user input and I have all that down. But how would you approach the tests for a roman numeral such as MCMXCV and return 1995. I am just stuck and looking for someone to get me a start so that I understand the logic behind it before coding it.