Number Base Converter is a hard project for the Java Desktop Application Developer.
What you’ll do and what you’ll learn
Task Details
- Convert decimals: Learn the basics of input and output to implement a simple logic: teach the program to convert the user input number to binary, octal, and hexadecimal systems.
- Convert to decimal: Practice loop, function, and string processing and give your program new functionality: converting user input numbers to the decimal system. Also, add commands to determine what the program should do next.
- Convert to any base: Upgrade your converter: enable it to convert numbers between any numeral systems. While you're at it, master loops and learn how to store large numbers.
- Convert fractions: Make it possible for the converter to work with fractions, especially with large fractional numbers.