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


Posted on by