Код: Выделить всё
for(int i = 0; i < 5; i++) { // we all know the output will be 0,1,2,3,4
Подробнее здесь: https://stackoverflow.com/questions/607 ... n-one-line
Код: Выделить всё
for(int i = 0; i < 5; i++) { // we all know the output will be 0,1,2,3,4