【单选题】
以下()表达式产生一个0~7之间(含0,7)的随机整数。
A、Math.floor(Math.random()*6)
B、Math.floor(Math.random()*7)
C、Math.floor(Math.random()*8)
D、Math.ceil(Math.random()*8)
A、Math.floor(Math.random()*6)
B、Math.floor(Math.random()*7)
C、Math.floor(Math.random()*8)
D、Math.ceil(Math.random()*8)
A、A.计算机系统中,数值运算是使用逻辑运算来实现的 B、B.对任何一个逻辑表达式来说,参加运算的量只能是逻辑量(1或者0) C、C.一个逻辑表达式所表达的运算,可以由若干个逻辑电路来实现 D、D.任何一个逻辑电路,只与一个逻辑表达式相对应