Predict the output??..

class mk
{
public static void main(String[] args)
{
int d=20;
d=10;
System.out.println(d);
}
}

Posted on by