Question: Problem Statement Create a program that will convert a decimal value into roman numeral, and output the result. The program will ask for an integer
Problem Statement Create a program that will convert a decimal value into roman numeral, and output the result. The program will ask for an integer input, assume all inputs are valid, and the program should not end unless the user tells you to.
Refactoring Once your program is running correctly, put your conversion algorithm into a function named d_to_r(), which takes a string as parameter and return an int. You are allowed to create more helper functions if needed.
Link for Roman numerals: http://sierra.nmsu.edu/morandi/coursematerials/RomanNumerals.html
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
