Browse Source

Int Modus 1 random Zahl C 3

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

3
src/main/c/SchereSteinPapier.c

@ -34,5 +34,8 @@ int Modus1() {
n = rand() % 100;
if (n < 33) {
computer = '2';
}
else if (n > 33 && n < 66) {
computer = '3';
}
}
Loading…
Cancel
Save