simple calculator combination written by @ahamedrashid-me
A simple calculator program written in C that can:
- Perform basic arithmetic operations
- Check prime numbers
- Check for leap years
- Calculate factorials
- Check if a number is a palindrome
gcc main.c -o main ./main
Or you may need to give it executable permission using sudo chmod +x main.c main
- add more mathmetical oparetion's functions
- calculate varius objects for example area of triangle ect.
- Unit conversion
- Curencey conversion
- GUI development