Browse Source

Int Modus 2 Loesung printf Ausgabe gewonnen M2

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

4
src/main/c/SchereSteinPapier.c

@ -108,4 +108,8 @@ int Modus2() {
printf("\n\t\t\t\t%s Wow! Du gewinnst diese Runde!\n", Mensch1); printf("\n\t\t\t\t%s Wow! Du gewinnst diese Runde!\n", Mensch1);
Stand1++; Stand1++;
} }
else if (Lösung == 0) {
printf("\n\t\t\t\t%s Wow! Du gewinnst diese Runde!\n", Mensch2);
Stand2++;
}
} }
Loading…
Cancel
Save