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

Which one as follows is use to express "the value is true when the x is in the range [-58,-40] and [40, 58], otherwise false" ( ). ‍


A、(x>=-58) &&(x<=-40)&&(x>=40)&&(x<=58);
B、(x>= -58)||(x<=-40)||(x>=40)||(x<=58);
C、(x>= -58)&&(x<=-40)||(x>=40)&&(x<=58);
D、(x>= -58)||(x<=-40)&&(x>=40)||(x<=58)

发布时间:2025-09-26 22:58:30
推荐参考答案 ( 由 题搜搜 官方老师解答 )
答案:(x>= -58) && (x<= -40) || (x>=40) && (x<=58)
登录 - 搜搜题库网
立即注册
注册 - 搜搜题库网
立即登录