Predict the output of following code:
public class Sookshmas 
{
public static void main(string args[])
{
float s=11.22;
int a=s;
System.out.prntln("s");
}



Posted on by