# Binary to Decimal and Decimal to Binary Converter

This is a simple Java program that allows you to convert between Binary and Decimal numbers.

## How to Use

1. Compile and run `BinaryDecimalConverter.java`.
2. Choose option 1 to convert Binary to Decimal or option 2 to convert Decimal to Binary.
3. Follow the on-screen instructions to enter the number for conversion.

## Features

- Converts Binary to Decimal and Decimal to Binary.
- Simple command-line interface for ease of use.

## Technologies Used

- Java

Feel free to modify the code or integrate it into other Java applications as needed.
