public class Takecare{
int a=90;
static float b = 10.09f;
public static void main (String args[ ]){
float c = a + b; System.out.println ( "=" +c);
}
}
public class Takecare{
int a=90;
static float b = 10.09f;
public static void main (String args[ ]){
float c = a + b; System.out.println ( "=" +c);
}
}