Predict the output??..class tommy { public static void main(String[] args) { int x=5; int y=6; int z=7; int c=++z+y-y+z+x++; System.out.println(c); }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login