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 ???....
Not registered? Create an account
Forgot Password?
Already a registered user? Login