Junky,
does is the following statement correct in Java?
for (i = 60; i = 2; i -=2)
Thanks,
Printable View
Junky,
does is the following statement correct in Java?
for (i = 60; i = 2; i -=2)
Thanks,
not at all. the middle one should resolve to a boolean not an int.Quote:
does is the following statement correct in Java?
for (i = 60; i = 2; i -=2)