From 1b4354231a347fac0de99b43b694da9b4b98227a Mon Sep 17 00:00:00 2001 From: Celine Khazarian Date: Thu, 8 Feb 2024 23:23:51 +0100 Subject: [PATCH] Int Modus 1 Stand1 und Stand2 deklariert --- src/main/c/SchereSteinPapier.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/c/SchereSteinPapier.c b/src/main/c/SchereSteinPapier.c index 15f988f..c0f214a 100644 --- a/src/main/c/SchereSteinPapier.c +++ b/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"); scanf(" %c", &you); } + int Stand1 = 0, Stand2 = 0; } \ No newline at end of file