Predict the output
class sookshmas
{
    public static void main(String...k)
    {
    int f=6,7;
    System.out.println(++f*9);
    }
}

Posted on by