+ 2

While using nested loops, which loop will be stoped when using the break statement??

16th May 2017, 6:58 AM
CRYPTONaXE
CRYPTONaXE - avatar
2 Answers
+ 5
Just remember, while you can nest as many WHILE or FOR loops, your code will be executed much faster if you use SWITCH CASE instead. The reason is simply they way the processor handles those loops.
16th May 2017, 8:44 AM
đŸ‡ș🇾 Anatoli🇧đŸ‡ȘđŸ‡ȘđŸ‡ș ,
đŸ‡ș🇾 Anatoli🇧đŸ‡ȘđŸ‡ȘđŸ‡ș , - avatar
+ 2
current loop
16th May 2017, 7:10 AM
CalviŐČ
CalviŐČ - avatar