Implement the convertNumberToOtherNumberSystem method, which should convert number.getDigit()
from one number system (numberSystem) to another (expectedNumberSystem).
Throw a NumberFormatException if the passed number is invalid, e.g. the number "120" passed with the binary number system.
Numeral system converter
- 18
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet