Android application which allows you to check a number for different bases (decimal, octal, hexadecimal and binary).
-
Updated
Nov 17, 2023 - Java
Android application which allows you to check a number for different bases (decimal, octal, hexadecimal and binary).
This program allows you to convert any base to any other base
Write a class called BaseConverter that prints a conversion for a variety of numbers as specified by a data file. The conversion will always be from the range of base-2 to base-16 numbers to a new number, also in the range base-2 throughbase-16.
Add a description, image, and links to the base-converter topic page so that developers can more easily learn about it.
To associate your repository with the base-converter topic, visit your repo's landing page and select "manage topics."