• 2022-06-05
    要使变量x赋值为1~100间(含1,不含100)的一个随机整数,正确的语句是()
    A: x=Int(100*RnD)
    B: x=Int(101*RnD)
    C: x=1+Int(100*RnD)
    D: x=1+Int(99*RnD)