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
Why javascript
0 Votes
Virtual memory verification
0 Votes
How people get that much xp
1 Votes
Anagram
0 Votes
Create a business website
1 Votes
Where is react course?
1 Votes