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

}

Posted on by