Skip to content

Latest commit

 

History

History
 
 

Integer To Roman Numeral

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

This is the basic program to convert integer to roman numeral
Built with
-Python
-No module needed
Aim
The aim of the program is to convert integer to roman numerals.
Workflow

Step 1: Integer number is taken as input should be less than 3999.

Step 2: Two list {symbol} and {value}
{symbol} having roman of each integer in list {value}

Step 3: check the the range of value
divide the number with all values in list {value} starting from zero.

Screenshot of the Python script

![Screenshot (93)](https://user-images.githubusercontent.com/81240664/122437283-3334df80-cfb7-11eb-9f4e-e9d169762c8e.png)

Author

Pratima Kushwaha