第20238题 单选题
判断char类型变量a是大写字母的正确表达式是?
A

a - 'A' <= 26

B

'A' <= a <= 'Z'

C

'A' <= 'a' <= 'Z'

D

('A' <= a) && (a <= 'Z')

程序运行统计
暂无判题统计