public class print{ public static void main(String[] args) { short x = 32767; x++; x++; System.out.print(x); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login