class sookshmas { public static void main(String [] args) { int x = 100; double y = 100.1; boolean b = (x = y); /* Line 7 */ System.out.println(b); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login