0
I really dont understand for, while, do while etc.. they're all the same.. they can loop anything.. what's the difference?
2 odpowiedzi
0
The do while loop make it at least one time. Its used to make coding faster
0
for(...) is more useful when it goes to certain conditions where 'while' could do it with overwhelming code.