logo

Crowdly

Browser

Add to Chrome

26. How many times will this loop execute? #include <iostream> using name...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

26. How many times will this loop execute?

#include <iostream>

using namespace std;

int main() {

    int

count = 0;

    for

(int i = 0; i < 10; i++) {

       

i += 2;

       

count++;

    }

   

cout << count << endl;

   

return 0;

}

0%
100%
0%
0%
More questions like this

Want instant access to all verified answers on e.tsi.lv?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome