Browse Source

function berechneErgebnis

main^2
fdai7731 11 months ago
parent
commit
b150d4757a
  1. 14
      src/main/c/Mathe.c

14
src/main/c/Mathe.c

@ -23,3 +23,17 @@ int subtrahiere(int zahl1, int zahl2);
int multipliziere(int zahl1, int zahl2);
//8
int dividiere(int zahl1, int zahl2);
//9
int berechneErgebnis(int zahl1, int zahl2, char operator);
Loading…
Cancel
Save