What value is contained in the integer variable size after the following statements are executed?
size = 18;
size = size + 12;
size = size * 2;
size = size / 4;
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.