int i = 2; while (i <=10) { cout<<i<<” ”; i+=2; } | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 5

int i = 2; while (i <=10) { cout<<i<<” ”; i+=2; }

Whats the output?

8th May 2020, 4:25 PM
Mihaela Trencheska
0 Answers