Predict the output
public class Sookshmas{
    public static void main(String args[ ]){
    int a=2;
    if((a<=2)&&(a<1))
    System.out.println("Sookshmas");
    else
        System.out.println("Beyond knowing");
     }   
}


Posted on by