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