If x is 10, what are the values of x and y after the statement below is executed? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

If x is 10, what are the values of x and y after the statement below is executed?

If x is 10, what are the values of x and y after the statement below is executed? y = ++x + x++ / 4 * (3 + x++); y = ? x = ? If x is 10, what are the values of x and y after the statement below is executed? y = x++ % 5 - --x * ++x; y = ? x = ?

14th Sep 2021, 4:09 AM
Hanz Rosales
Hanz Rosales - avatar
1 Answer
0
Write the code and find out
14th Sep 2021, 5:01 AM
David Akhihiero
David Akhihiero - avatar