0
Using loops in switch
Is it possible to use the other loop's inside the switch statement's bracket or will it kust go haywire if you do that?
2 Antworten
+ 1
You can place loops inside of cases you create, but putting any loops in the actual brackets of the switch seems to prevent the program from running.
0
Thanks