Gr 4 #5

Merged
trs merged 1 commit from pablotlu/25_BKI2_2:main into main 2025-01-31 10:50:42 +01:00
Showing only changes of commit 497df4eb9e - Show all commits

View file

@ -55,9 +55,17 @@ void loop() {
break;
case 3: // Vergleich Eingabe/Ausgabe
//Gruppe 4 start ===============================================================================
for(int i{0}; i <= level; i++)
{
if(musterEingabe[i] == musterVorgabe[i])
state = 4;
else
{
state = 5;
break;
}
}
break;
//Gruppe 4 ende ================================================================================
break;
case 4: // geschafft, Runde hochzählen und auf Display ausgeben