单选题
若变量c为char类型,能正确判断出c为小写字母的表达式是( )。
A.'a'<=c<='z' B.(c>='a')I||(c<='z')
C.('a'<=c)and('z'>=c) D.(c>='a')&&(c<='z')
A
B
C
D
【正确答案】
D
【答案解析】
提交答案
关闭