Predict the output of the following code
public class Gmit
{
public static void main (String args[])
{
int s=7;
System.out.println(++s*5);
}
}

Posted on by