case 3 without comments
This commit is contained in:
parent
67751fdc2e
commit
3d69120a31
1 changed files with 12 additions and 0 deletions
|
@ -62,6 +62,18 @@ void loop() {
|
|||
//Jan Fink
|
||||
|
||||
|
||||
for (int i{}; i <= level, ++i) {
|
||||
if (musterEingabe[i] = musterVorgabe[i]) {
|
||||
state = 4;
|
||||
} else {
|
||||
state = 5;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue