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

Often have questions like this?
Learn more efficiently, for free:
Hot today
Started learning python
0 Votes
Websites for frontend developers
1 Votes
Discrete mathematics (python)
0 Votes
Computador
0 Votes
I need help in programing
0 Votes
C++, c# , graphical interface
1 Votes