You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.out.println(a=4); //output of this statement is 4 because the expression of right side of 'equal to get executed first and then assigned the value to left side of 'equal to' means to a variable