public class RomanNumeral extends Object
Modifier and Type | Method and Description |
---|---|
static String |
toRoman(int value)
Converts the given value to a roman representation
|
public static String toRoman(int value)
value
- the value to convert. This must be >0 and <4000.Copyright © 2018. All rights reserved.