|
@ -163,3 +163,9 @@ void bewerteAntwort(int spielerAntwort, int ergebnis, int* punkte) { |
|
|
//26 |
|
|
//26 |
|
|
void zeigeRundenEnde(int punkte) { |
|
|
void zeigeRundenEnde(int punkte) { |
|
|
printf("Runde beendet. Du hast insgesamt %d Punkte erreicht.\n", punkte); |
|
|
printf("Runde beendet. Du hast insgesamt %d Punkte erreicht.\n", punkte); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//27 |
|
|
|
|
|
int addiere(int zahl1, int zahl2) { |
|
|
|
|
|
return zahl1 + zahl2; |