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.
What is the value of count after execution of the for loop?
(a) 0
(b) 4
(c) 5
(d) an unpredictable integer
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.