下面程序段执行后,输出的结果是______。
Dim pi As Integer
pi = 3.14
Print "pi"
A
A:3.14
B
B:3
C
C:pi
D
D:有语法错误
出自:西南石油大学VB语言程序设计