Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Binary Converter and Calculator

Description

This Java program performs the following operations:

  1. Converts a decimal number (positive or negative) to its binary equivalent.
  2. Adds two binary or decimal numbers.
  3. Subtracts two binary or decimal numbers.

Features

  • 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.

How to Use

  1. Clone the repository and open the project in your favorite IDE (e.g., VS Code, IntelliJ).
  2. Compile and run the binary class.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages