Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelsdavid/romannumerals-converter
An object-oriented Java program that allows conversion between Roman numerals and base-10 integers.
https://github.com/michaelsdavid/romannumerals-converter
conversions converter integer java oop oop-java roman-numerals
Last synced: about 1 month ago
JSON representation
An object-oriented Java program that allows conversion between Roman numerals and base-10 integers.
- Host: GitHub
- URL: https://github.com/michaelsdavid/romannumerals-converter
- Owner: MichaelSDavid
- Created: 2021-07-11T23:10:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T23:12:26.000Z (over 3 years ago)
- Last Synced: 2024-11-16T15:28:50.365Z (3 months ago)
- Topics: conversions, converter, integer, java, oop, oop-java, roman-numerals
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RomanNumerals-Converter
A Java program that allows conversion between Roman numbers and base-10 integers (up to a numerical upper bound of 4000).