This is a simple command-line calculator application written in Dart. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
Addition of two numbers Subtraction of two numbers Multiplication of two numbers Division of two numbers Exit the application
Clone the repository or download the Calculator.dart file.
Open a terminal and navigate to the directory containing the Calculator.dart file.
Run the application using the Dart SDK:
Follow the on-screen instructions to perform calculations.
- Addition: Adds two numbers.
- Subtraction: Subtracts the second number from the first number.
- Multiplication: Multiplies two numbers.
- Division: Divides the first number by the second number.
- Exit: Exits the application.
Dart SDK
This project is licensed under the MIT License.
