This project is about a calculator with bash scripting language.
The main menu contains:
calculator: this will open another menu to choose the mode of calculator.
*1) standard
*2) programmer
*3) scientific
*4) back'main menu' :for back to main menu
if you choose the standard mode, that will open another menu to choose the standard operation
1) ADD: this for addition operation.
2) SUB: this for subtraction operation.
3) MUL: this for multiplication operation.
4) DIV: this for division operation.
5) EXPO: this for exponential operation.
6) Back to previous menu: this back to calculator menu.
7) back to main menu: :this back to main menu.
If you choose the programmer mode, that will open another menu to choose the programmer operation.
- binary
- decimal
- octal
- hexdecimal
that is to convert from (1-4) to all of them.
If you choose the scientific mode, that will open another menu to choose the scientific operation.
right shift
left shift
- AND
- OR
- XOR