This project is a simple calculator application built using Java for the backend logic and Visual Basic for the user interface (UI). It performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
- User-friendly Visual Basic interface
- Performs basic operations:
+,-,×,÷ - Real-time calculation results
- Error handling for division by zero and invalid inputs
- Java – for handling the calculation logic
- Visual Basic – for creating the graphical user interface (GUI)
- Visual Studio – development environment
Add your project screenshot below by replacing the image path:
- Clone or download this repository.
- Open the Visual Basic solution in Visual Studio.
- Ensure that the Java runtime environment (JRE) is installed and configured properly.
- Link the Java backend logic with the VB frontend (via command line calls, REST APIs, or JNI depending on your setup).
- Build and run the project from Visual Studio.
/CalculatorProject ├── /images │ └── calculator.PNG ├── /src │ └── Calculator.java ├── /vb-ui │ └── CalculatorForm.vb └── README.md
Created by DENNIS DARIUS MUKOYA – feel free to reach out for collaboration or suggestions!
This project is licensed under the MIT License.