BCD CONVERTER USING WRAPPER CLASS IN JAVA
In this article, we will learn some basic concepts of wrapper class by BCD Converter BCD Converter is used to convert one type of number system into another. Eg., Decimal to Binary etc.
In this, the program takes multiple parameters as inputs and performs the Conversion on them untill the user exits the program.
Following are the functionalities of the project -
- Binary to Decimal
- Binary to Hexadecimal
- Decimal to Binary
- Hexadecimal to Binary
- Decimal to Hexadecimal
- Hexadecimal to Decimal
To build this program switch case , Scanner class, while loop and wrapper classes are used.
This program will execute untill we exits the program.
Project Files
/
Loading...
| .. | ||
| This directory is empty. | ||