单项选择题

下列关于函数的声明中,正确的有()。

A.void play(a:Int,b:Int )
B.void play(int a,int b )
C.int play(int a,b )
D.int play(int ,int )