What the value of i is printed ................?
public class Java {
public static void main(String... s) {
int i = 0;
boolean x = true;
boolean y = false, b;
b = (x || ((i++) == 0));
b = (y || ((i+=2) > 0))...
See more
Download the Study24x7 App, so you can connect and collaborate.