Show the printout of the following code:
int a = 6 ;a −= a + 1;cout << a << end⌉;a *= 6 ;cout << a << end⌉;a /= 2 ;cout << a << end⌉;
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.