0
for(int i = 2; i <= 100; i += 2) { cout << i; if(i == 100) i = 1; } That should work
28th Mar 2017, 2:40 AM
Lawrence Silva
Lawrence Silva - avatar