int sum(0), count;
for (count=0; count<=4; count++)
sum += count;
cout ≪ "sum = " ≪ sum ≪ endl;
Circle the letter for the best answer to complete each statement or for the correct answer to each question.
How many times is the for loop executed?
(a) 0
(b) 4
(c) 5
(d) 6
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.