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

}

Posted on by