Numeral system converter

  • 18
  • Locked
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.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet