0
How to coding in loops?
2 Respuestas
0
Normal coding, but make sure to control and test the exit condition. otherwise the loop will be turned into an infinite loop. also, you need to read about the scope of variables. I think Solo has a very nice topic about loops, try to recheck it and practice the code.