Write a program that converts a number in Roman numerals to decimal. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Write a program that converts a number in Roman numerals to decimal.

Write a program that converts a number in Roman numerals to decimal. Your program should consists of a class, say romanType. An object of romanType should do the following: a). Store the number as a Roman numeral. b). Convert and store the number into decimal form. c). Print the number a a Roman numeral or decimal number as requested by the user. d). Test your program using the following numerals: MCXIV, MDCLXVI *

26th Oct 2019, 9:20 AM
Chief Quayson
4 Answers
+ 1
This Q&A section is for questions not challenges. If you want post same Challenges please use the right plase. go to the burger symbol and choose quiz factory. Regards kiuziu
26th Oct 2019, 9:35 AM
Kiuziu ๐Ÿ’˜ Berlin
Kiuziu ๐Ÿ’˜ Berlin - avatar
0
If you have any questions for helping answers to your Projects please put same example code where do you have problems over the plus Symbol to add your example in your question post. Regards kiuziu
26th Oct 2019, 9:41 AM
Kiuziu ๐Ÿ’˜ Berlin
Kiuziu ๐Ÿ’˜ Berlin - avatar
0
Hello Mirielle Good luck, I'll keep my fingers crossed for you. Regards kiuziu ๐Ÿ‘๐Ÿ˜Š
26th Oct 2019, 12:01 PM
Kiuziu ๐Ÿ’˜ Berlin
Kiuziu ๐Ÿ’˜ Berlin - avatar
0
Thanks
26th Oct 2019, 1:22 PM
Chief Quayson