What is the output of the following program?
public class Sookshmas  

{  

    public static void main (String args[])   

    {  

        System.out.println(100 + 100 +"sookshmas");   

        System.out.println("beyondknowing"+ 100 + 100);  

    }  

}

Posted on by