This calculator is a college project for the discipline of programming languages
-
clone this repository and open terminal inside the folder then type:
make
-
To execute the calculator
./calculadora
A - open algebric menu
T - open tests menu
S - exit
prompt user for two double values after he choose a option.
+ - sum two values
- - subtract two values
* - multiply two values
/ - divide two values
V - go back previous menu
prompt user for two integer values after he choose a option.
Keep asking until the first integer is smaller than the second.
2 - even
I - odd
P - prime
F - perfect
5 - multiple of 5
+ - positive
V - go back previous menu