Predict the output??...
class mist {
public static void main(String[] args) {
int c=2000;
double y=2000.1;
Boolean b=(c=y);
System.out.println(b);
}
}

Posted on by