Predict the output
class increment {
public static void main(String args[ ])
{
int g = 2;
System.out.print(++g * 5);
}
}

Posted on by