Skip to content

Convert to Roman No #120

@vivekPatil45

Description

@vivekPatil45

❗Write Code in Only One Language ( CPP , C , Java , Python )

Give File Name : ConverttoRomanNo ✅ In respective language folder

📑 DESCRIPTION

Convert to Roman No

Difficulty: Easy

Given an integer n, your task is to complete the function convertToRoman which prints the corresponding roman number of n. Various symbols and their values are given below
Note:- There are a few exceptions for some numbers like 4 in roman is IV,9 in roman is IX, similarly, 40 is XL while 90 is XC. Similarly, 400 is CD while 900 is CM

I 1
V 5
X 10
L 50
C 100
D 500
M 1000

Example 1:

Input:
n = 5
Output: V

Example 2:

IInput:
n = 3
Output: III

Your Task:
Complete the function convertToRoman() which takes an integer N as input parameter and returns the equivalent roman.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CC Programming Languagec++C++ Programming LanguageeasyEasy Questiongood first issueGood for newcomershacktoberfestHacktoberfest Issuehacktoberfest-2023Hacktoberfest 2023 Issuehacktoberfest-acceptedAccepted for HacktoberfestjavaJava Programming Languagenot-assignedIssue Not assigned yetpythonPython Programming LanguagestringQuestion related to string

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions