假设有三门课程 数学 ,英语,语文,当然调用和接受返回值再用数组float FUN(int ma ,int en ,int ch){ float arv= 0.0; arv=(ma+en+ch)/3; return arv; }