请在 下方输入 要搜索的题目:

The correct expression to determine whether the char variable s is a lowercase letter is ( ).‍


A、’a’<=s<=’z’;
B、(s>=’a’)&(s<=’z’);
C、(s>=’a’)&&(s<=’z’);
D、(’a’<=s)and(’z’>=s)

发布时间:2025-10-09 15:50:25
推荐参考答案 ( 由 题搜搜 官方老师解答 )
答案:(s>=’a’) && (s<=’z’)
登录 - 搜搜题库网
立即注册
注册 - 搜搜题库网
立即登录