Simple Calculator in C
This project is a simple calculator built in C that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It provides a user-friendly interface to facilitate quick calculations.
- Supports the following operations:
- Addition
- Subtraction
- Multiplication
- Division
- User-friendly interface with prompts for input
- Basic error checking for invalid inputs and division by zero
To compile and run the calculator, follow these steps:
- Clone the repository.
- Navigate to the project directory.
- Compile the program using GCC.
- Run the program.
Upon running the program, you will be prompted to select an operation and enter the numbers for calculation. For example:
Select operation:
- Addition
- Subtraction
- Multiplication
- Division
Enter your choice (1-4) and then input the numbers as prompted.
Contributions are welcome! If you have suggestions or improvements, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License
For any questions or feedback, you can reach me at [poojadharshiii@gmail.com] or connect with me on LinkedIn at [https://www.linkedin.com/in/pooja-dharshini-8ab5ba320?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app].
Let me know if you need any more changes!