Skip to content

Console application for converting arabic to roman numbers.

Notifications You must be signed in to change notification settings

WinterThane/ConvertToRoman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConvertToRoman

Console application for converting arabic to roman numbers.

A simple console application that takes a string, checks for arabic numbers, if any exist, converts them into roman numbers and returns a new string and the number of replacements made.

Installation

  1. open in Visual Studio (project was made in VS 2017)
  2. Build > Build Solution (F6)
  3. Test > Run > All tests (to run test units)

Known issues

Number with a comma behind it won't get converted (and the string continues).

Example:

Input: abc 123, def 456

Output: abc 123, def C DL VI

About

Console application for converting arabic to roman numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages