注意:此页面搜索的是所有试题
以下函数值的类型是(   )。

fun(float x)

{ float y;

y=3*x-4;

return y;


A. int
B. 不确定
C. void
D. float

参考答案