class Add
{
public static void main (String args [])
{
int i=6;
double d=78.54;
double res=s+b;
System.out.println(res)
}
}

Posted on by