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