Using the Increment and Decrement Operators
In this exercise, you use what you have learned about increment and decrement operators in C++ to answer Questions.
Examine the following code:
x = 6;
y = ++x;
After this code executes, what is the value of x? ____y? ____
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.