单项选择题

为把圆周率的近似值3.14159存放在变量pi中,应该把变量pi定义为______。

A) Dim pi As Integer
B) Dim pi(7)As Integer
C) Dim pi As single
D) Dim pi As Long