This project provides a simple calculator application implemented in both Java and C#. The calculator allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. Additionally, it integrates with MATLAB for handling division operations.
- User input for selecting the operation and providing operands.
- Calculation of arithmetic operations directly in Java (for the Java version) and Kotlin (for the Kotlin version).
- Utilization of MATLAB for division operations (for the C# version).
- Error handling for invalid input and exceptions.
- Java Version:
- Java Development Kit (JDK) installed on your system.
- MATLAB installed and configured correctly.
- C# Version:
- MATLAB Compiler Runtime (MCR) installed and configured correctly.
- Kotlin Version:
- Kotlin compiler installed on your system.
- MATLAB installed and configured correctly.
- Compile the Java code using any Java compiler.
- Ensure that MATLAB is installed and configured correctly on your system.
- Run the compiled Java application.
- Follow the on-screen instructions to perform arithmetic operations.
- Compile the Kotlin code using any Kotlin compiler.
- Ensure that MATLAB is installed and configured correctly on your system.
- Run the compiled Kotlin application.
- Follow the on-screen instructions to perform arithmetic operations.
- Ensure that MATLAB Compiler Runtime (MCR) is installed and configured correctly on your system.
- Compile the C# code using any C# compiler.
- Run the compiled C# application.
- Follow the on-screen instructions to perform arithmetic operations.
Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request.
- Thanks to MathWorks for providing the MATLAB software used in this project.