Predict the output??...
class p
{
public static void main(String[] args)
{
int z=300;
double y=300.1;
Boolean u=(z=y);
System.out.println(u);
}
}

Posted on by