A. 5 B. -5 C. 0 D. 程序不能编译
A. int i = (short)3; B. int i = new Integer(5).intValue(); C. int i = (integer)3; D. int i = (int)3.14;