Question: What will be the output of this code? int a = 4; int b = 3; int x = 2; 3; int y =
What will be the output of this code? int a = 4; int b = 3; int x = 2; 3; int y = a = b + x; b = y; y = b - a; X = - a; System.out.print(x);
Step by Step Solution
3.46 Rating (146 Votes )
There are 3 Steps involved in it
Lets go through the code step by step int a 4 Declare and initia... View full answer
Get step-by-step solutions from verified subject matter experts
