@ -8,5 +8,5 @@ int berechneProdukt(int start, int ende) {
for (int i = start; i <= ende; i++) {
produkt *= i;
}
return 1;
return produkt;