Question: int x = 5 ; int y = 3 , z; x = 10 + --y ; z = x % 5 / 6 +
int x = 5 ; int y = 3 , z; x = 10 + --y ; z = x % 5 / 6 + y; System.out.println(x + "" + y + "" +z);
what is output and explanation please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
