Skip to content

m7m49/Number-System-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

This is a Java program to convert between the system numbers.

The program can convert between binary, quaternary, octal, decimal, and hexadecimal number systems.

The program provides two ways to use it:

  • You can use it just as a converter. So, you provide the number you want to convert and the number system you want to convert to and get the answer. (mode 1)

  • It can give you random numbers in a system of your choice to convert them to another number system of your choice too. It gives you unlimited tries to provide the correct answer and suggests showing the correct answer after some failed tries. You can use the program this way as a practice. (mode 2)

This is an example output of using mode 1:

Screenshot 2023-12-15 172521

This is an example output of using mode 2:

Screenshot 2023-12-15 173707

NOTE: If the screenshots do not load, use a VPN and refresh the page, please.

Releases

No releases published

Packages

No packages published

Languages