Predict the output of the following code
class test
{
public static void main(String[] args)
{
int d=50;
d=20;
System.out.println(d);
}
}

Posted on by