+ 5
int pushups = 10; for (int i = 1; i <= pushups; i++){ System.out.println("[ " + i + "] <= " + pushups"); } how many pushups will you do?
3rd Jun 2017, 2:04 AM
Dejan Perovic
Dejan Perovic - avatar