class operators { public static void main(String args[]) { int x = 8; System.out.println(++x * 3 + " " + x); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login