@ -7,3 +7,7 @@
double subdouble(double zahl1, double zahl2) {
return zahl1 - zahl2;
}
int subint(int zahl1, int zahl2) {