Browse Source

Int Modus 1 Zeichen waehlen

remotes/origin/Celine
Celine Khazarian 11 months ago
parent
commit
afc6d06853
  1. 3
      src/main/c/SchereSteinPapier.c

3
src/main/c/SchereSteinPapier.c

@ -40,5 +40,8 @@ int Modus1() {
}
else {
computer = '1';
} while (you != '3' && you != '1' && you != '2') {
printf("\n\n\n\n\t\t\t\tWaehlen Sie 1 fuer Schere, 2 fuer Stein oder 3 fuer Papier: \n\t\t\t\t\t\t\t");
scanf(" %c", &you);
}
}
Loading…
Cancel
Save