定义函数:double fun( ) { ...... },下列调用正确的语句是(    )。
Adouble x = fun( );[|]int x = fun( );[|]double x = function( );[|]float x = fun( );