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

Posted on by