Browse Source

Int Modus 1 Stand1 und Stand2 deklariert

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

1
src/main/c/SchereSteinPapier.c

@ -44,4 +44,5 @@ int Modus1() {
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"); 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); scanf(" %c", &you);
} }
int Stand1 = 0, Stand2 = 0;
} }
Loading…
Cancel
Save