SCJP程序员认证考试

多选题The 8859-1 character code for the uppercase letter A is 65. Which of these code fragments declare and initialize a variable of type char with this value?()Achar ch = 65;Bchar ch = ’¥65’;Cchar ch = ’¥0041’;Dchar ch = ’A’;Echar ch = A;

题目
多选题
The 8859-1 character code for the uppercase letter A is 65. Which of these code fragments declare and initialize a variable of type char with this value?()
A

char ch = 65;

B

char ch = ’¥65’;

C

char ch = ’¥0041’;

D

char ch = ’A’;

E

char ch = A;

更多“The 8859-1 character code for the uppercase letter A is 65. ”相关问题