> 数学 >
已经a=3.5,b=5.0,c=2.5,d=true.表达式a>=0 and a+c>b+3 or not d的值是多少
人气:334 ℃ 时间:2020-06-03 05:36:03
解答
(a>=0)
=true
a+c
=6
b+3
=8
(a+c>b+3)
=(6>8)
=false
not d  
=not true
=false
a>=0 and a+c>b+3 or not d
=true and false or false
=false or false
=false
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版