Suppose x = 2 and y = 3. Show the output, if any, of the following code. What is the output if x = 3 and y = 2 ? What is the output if x = 3 and y = 3 ?
if (x > 2) if (y > 2){ int z = x + y; cout << "z is " << z << end⌉;}else cout << "x is " << x << 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.