0

How do I do a loop that contains a "continue" statement with "String" variables?

like this: for (int x=0; x<=40; x=x+10) { if (x==20) { continue; } } but I want the variable String not int

4th Oct 2016, 10:48 PM
Erik Tini
Erik Tini - avatar
2 odpowiedzi
+ 2
How do you plan to increment/decrement a string?
4th Oct 2016, 11:27 PM
Cohen Creber
Cohen Creber - avatar
0
so it is impossible...
5th Oct 2016, 6:04 AM
Erik Tini
Erik Tini - avatar