Paraphrased from Sandeep Talari's original post:
Hello, can anyone answer for me the logic of the following question...
Q. Write a program that converts a decimal number to Roman number. A Decimal Number is accepted as command line input at the time of execution.
wiki on Roman Numerals Step 1, make an assuption about the size of the input.
Will it exceed 1000? 4000? 100? 1000000?
Step 2, make an assuption about the input format.
Is "1,000" acceptable?
Then get to the real work.