0
How can i make a loop easy
2 odpowiedzi
+ 2
In what language?
while (true) loop is always classic
Another would be for (var x = 0; x < 10; x++)
0
in c++ language
there are three type to loop
1/ while
2/ do while
3/for
but learn how to perform it not easy
i want a simple type to save the three type