摘要: float average(int a,int b,int c) { float z; z=(a+b+c)/3; return z; } float F(int a,int b,int c,int d,int e) { float z; z=(a+b+c+d+e)/5; return z; } #i 阅读全文
posted @ 2019-06-17 14:00 吴启立 阅读(211) 评论(0) 推荐(0) 编辑