柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
2004×(2.3×47+2.4)÷(2.4×47-2.3)的值为( )。
A.2003
B.2004
C.2005
D.2006
热度🔥1
参考答案:B
解析:
原式=2004×[(2.4-0.1)×47+2.4]÷(2.4×47-2.3)
=2004×(2.4×47-4.7+2.4)÷(2.4×47-2.3)
=2004×(2.4×47-2.3)÷(2.4×47-2.3)
=2004
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
在微机的配置中常看到“P4 2.4G”字样,其中数字“2.4G”表示()。
若有以下程序 #include main() { int a=1,b=2,c=3,d=4, r=0; if (a!=1) ; else r=1; if (b==2) r+=2; if (c!=3); r+=3; if (d==4) r+=4; printf("%d\n", r); } 则程序的输出结果是
下列关于I/O设备的叙述中,哪一个是正确的?