What is the output of the following program?
public class ipl
{
    public static void main(String args[])
    {
        int hi=-1;    
        if(hi)
            System.out.println("RCB made it to playoffs");
        else
            System.out.println("Delhi are out of playoffs");
 

Posted on by