Predict the output
class HelloWorld {
public static void main(String[ ] args)
{
int a = 6 , b = 2 , c;
c=++a+a+b+++ b - b ++ ;
System.out.println(c);
}
}

Posted on by