logo - 刷刷题
下载APP
【判断题】

The detective’s late arrival at the Duke’s suite was purposeful so that he could avoid being discovered. ( )

A.
正确
B.
错误
举报
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三

【单选题】判断char变量ch是否为大写字母的正确表达式是:( )

A.
‘A’<=ch<=’Z’
B.
(ch>=’A’) & (ch<=’Z’)
C.
(ch>=’A’) && (ch<=’Z’)
D.
(‘A’<=ch) AND (‘Z’>=ch)