Skip to content

TheQueryCrew/P3-Integer-to-Roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integer to Roman

Write a program to convert Integer to Roman Numericals.

Integer to Roman
1 - I 8 - VIII
2 - II 9 - IX
3 - III 10 - X
4 - IV 50 - L
5 - V 100 - C
6 - VI 500 - D
7 - VII 1000 - M

Input:

Enter Integer: 152

Output:

CLII

About

Write a program to convert Integer to Roman Numericals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7