Suppose x = 3 and y = 2 ; show the output, if any, of the following code. What is the output if x = 3and y = 4 ? What is the output if x = 2 and y = 2 ? Draw a flowchart of the code.
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.