Ask your own question, for FREE!
Computer Science 16 Online
OpenStudy (anonymous):

Any idea on how to use Scheme to turn a number into a Roman numeral? I figured out i have to take each number and do (quotient n [its power]) and convert that to a string character, and pass (modulo n [its power]) back into the function until it's all converted. I have no idea how to do that, though.

OpenStudy (anonymous):

I also figured out I need to use string-append sometime in the function, but how will I store each number into its appropriate Roman numeral character apart from the rest of the function? I need this for a class and we have not talked about strings.

OpenStudy (anonymous):

Amazing how I got a medal for replying on my own question

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!