class rightshift_operator { public static void main(String args[]) { int x; x = 10; x = x 1; System.out.println(x); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login