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
HTML
1 Votes
Could you ple ase help me???
0 Votes
Formating in python
0 Votes
What's wrong here?
0 Votes
Wifi Password
0 Votes
How to grow in sololearn
0 Votes