What is the output produced by the following code?
int total = 0;int a = 4;while(a<6){ total += a; ++a;}cout << total << endl;a. 4
b. 5
c. 9
d. 15
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.