以下函数值的类型是______。
Fun(float x)

以下函数值的类型是______。
Fun(float x)
{ float y;
Y=3*x-4;
Return y;
}

A.int

B.不确定

C.void

D.float

正确答案是A