What will be out put of the following program
Class biodata
{
Public static void main(String [ ]args)
{
String  name="XYZ";
Int age=15;
Float weight=18.6;
System.out.println (name);
System.out.println (age);
System.out.println (weight);
}
}

Posted on by