class Output { public static void main(String args[]) { Integer i = new Integer(35); byte x = i.byteValue(); System.out.print(x); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login