下列VB表达式中,可以得到大于等于15且小于等于50随机整数的是()。
A:Int(Rnd*50)
B:Int(Rnd*36+15)
C:Int(Rnd*35+15)
D:Int(Rnd*35)+15
出自:其他知识竞赛