有如下程序段:Dim I As IntegerI=Int (-3.25)执行后Ⅰ的返回值是
【正确答案】 B
【答案解析】解析:Int 函数为取整函数,所以Int(-3.25)=-4。