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

Posted on by