O K I have to do a project for my principles of computer programming class. My teacher is busy so I can't ask him anything right now. I also just got into C++ so I am a bit lost.
Anyways, what I have to do is write a program that accepts any integer between 1000 and 3000 and outputs its Roman numeral. ex. 1543 = MDXLIII
I have no clue how to go about doing that so I will greatly appreciate if someone would help a guy out.
Anyways, what I have to do is write a program that accepts any integer between 1000 and 3000 and outputs its Roman numeral. ex. 1543 = MDXLIII
I have no clue how to go about doing that so I will greatly appreciate if someone would help a guy out.

Sorry my roman numeral knowledge is incomplete 
Comment