Browse Source

Added the performOperation function in the calculator.h file

remotes/origin/kabrel
fdai7782 11 months ago
parent
commit
a6f9a9c078
  1. 1
      src/main/c/taschenrechner.h

1
src/main/c/taschenrechner.h

@ -85,5 +85,6 @@ double ConClock(double time, int startingUnit, int endingUnit);
double ConTime(double time, int startingUnit, int endingUnit);
int performOperation(int num1, char operator, int num2);
#endif // TASCHENRECHNER_H
Loading…
Cancel
Save