Browse Source

function holeSpielerAntwort

main^2
fdai7731 11 months ago
parent
commit
d012f42b91
  1. 7
      src/main/c/Mathe.c

7
src/main/c/Mathe.c

@ -78,6 +78,13 @@ void zeigeHighscore(int punkte) {
} }
//24
int holeSpielerAntwort() {
int spielerAntwort;
zeigeAuswahl("Deine Antwort: ");
scanf("%d", &spielerAntwort);
return spielerAntwort;
}

Loading…
Cancel
Save