A.產生一個大于或等于0小于1的單精度隨機數 B.產生一個大于或等于0小于10的單精度隨機數 C.產生一個大于0小于10的單精度隨機數 D.產生一個大于0小于1的單精度隨機數
A.Int(Rnd(10)+10) B.Int(Rnd*10+10) C.Int(Rnd*10+11) D.Int(Rnd*20-10)
A.Cancel B.Value C.Enabled D.Default