面的函数定义正确的是______________
A) float fun (float x ; float y) {return x*y;}
B) float fun (float x,y) {return x*y;}
C) float fun (x,y) {int x,y;return x*y;}
D) int fun (int x, int y) {return x*y;}
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会