Exercise: Match hexa, octal, binary numbers
Exercise: Match hexa, octal, binary numbers
Write 3 functions that return "true" if the given value is a
- Hexadecimal number
- Octal number
- Binary number
Tools
Solution
Published on 2015-10-31
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post