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