0

How can i make a loop easy

31st Jan 2017, 10:55 AM
‏‪‏‪AMMAR
‏‪‏‪AMMAR - avatar
2 odpowiedzi
+ 2
In what language? while (true) loop is always classic Another would be for (var x = 0; x < 10; x++)
31st Jan 2017, 11:05 AM
Alex
Alex - avatar
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
31st Jan 2017, 11:11 AM
‏‪‏‪AMMAR
‏‪‏‪AMMAR - avatar