class hell
{
public static void main(String[] args)
{
int d=4;
int f=6;
int g=8;
int v=++g + f - f + g + d++;
System.out.println(v);
}
}
Predict the output ???....

Posted on by