Skip to content

[GSSoC '23] Convert Roman numericals to Decimals #1439

Open
@adjascently

Description

@adjascently

Aim

It will help convert roman numerals to decimals.

Details

  • Work your way through the string of Roman numerals from left to right, examining two adjacent characters at a time.
  • If the value on the left is higher than the value on the right, then subtract the count at that position from the final value. Otherwise, just add it.
  • Once the process is complete, the final value is the decimal value equivalent of the roman number.

Metadata

Metadata

Assignees

Labels

gssoc23Issues created for/by the GirlScript Summer of Code'23 Participantslevel1Wiki or Major Documentation Work

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions