Created a Scientific Calculator using C programming language.
In order to make a real calculator that works with different operators in the classic language C. The tool was created to make arithmetic functions be possible to be solved within only one calculator and can be used for multiple things. The programming language used in this project was C, in which it is a Low level programming language in which makes the program fast.
In order to use this calculator the compiler needs to be ran first. Run this commands in this order:
gcc -Wall filename.c –o filename
./filename