class megh { public static void main(String [] args) { int m= 120; double n = 121.1; boolean a = (m = n); System.out.println(a); } }
What will be the output
Not registered? Create an account
Forgot Password?
Already a registered user? Login