This Java program performs the following operations:
- Converts a decimal number (positive or negative) to its binary equivalent.
- Adds two binary or decimal numbers.
- Subtracts two binary or decimal numbers.
- Decimal to Binary Conversion: Converts positive numbers to binary and negative numbers to Two's Complement binary.
- Binary Adder: Adds two binary numbers or two decimal numbers.
- Binary Subtracter: Subtracts two binary numbers or two decimal numbers.
- Clone the repository and open the project in your favorite IDE (e.g., VS Code, IntelliJ).
- Compile and run the
binaryclass.