Roman
Package:
Summary:
Convert between roman and decimal representation
Groups:
Author:
Description:
This class can be used to Convert between roman and decimal representation.
It can take a number and convert it to a string that represents it in the Roman notation.
The class can also do the opposite, i.e. take a string with a number represented in Roman and converts it back to decimal.
It can take a number and convert it to a string that represents it in the Roman notation.
The class can also do the opposite, i.e. take a string with a number represented in Roman and converts it back to decimal.
Comments are closed.