Predict the output??..
class tommy {
public static void main(String[] args) {
int x=5;
int y=6;
int z=7;
int c=++z+y-y+z+x++;
System.out.println(c);
}
}

Posted on by