+ 2
While using nested loops, which loop will be stoped when using the break statement??
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.
+ 2
current loop



