//Sample20_03.java class Sample20_03{ public static void main(String[] args){ Integer oi = 456; int i = oi; System.out.println(i); } }