What is the output of following code??

class sbk
{
    public static void main(String...k)
    {
    int f=8,9;
    System.out.println(++f/5);
    }
}

Posted on by