class BK
{
public static void main (String args [])
{
int x =5;
int y=4.0;
res=x+y;
System.out.println (res);
}
}

Posted on by