By Ujjwal Jain
The project "Numeral to Roman Numbers using C++" , is the source code to change number into roman number.
In this packet, we have the code for the conversion of numeric number to roman number. It can be used for various purposes as it seems suitable to the user. The code can be re-adjusted according to the needs of the user, so that instead of Roman, one can generate criptic or non-understandable string if required. It can be used as a way to cript a message or number in case of sensitive information.
In this project, I have generated a string function that takes the input of number and returns string of roman number as the output.
Submitted by Ujjwal Jain (Ujjwaljain25)
Download packets of source code on Coders Packet
Comments