Guess the output of the following Java code?
class Output
{
public static void main(String args[])
{
int x=y=z=20;
}
}


Posted on by