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?

6th Oct 2016, 12:00 PM
Karl Cruz
Karl Cruz - avatar
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.
6th Oct 2016, 9:51 PM
Silver
Silver - avatar
0
Thanks
9th Nov 2016, 12:20 AM
Karl Cruz
Karl Cruz - avatar