c#程序问题....急
3.写出下列函数的功能。staticfloatFH(){???floaty=0,n=0;???intx=Convert.ToInt32(Console.ReadLine(...
3.写出下列函数的功能。
static float FH() {
??? float y=0,n=0;
?? ?int x = Convert.ToInt32(Console.ReadLine()); //从键盘读入整型数据赋给x
??? while (x!=-1) {
?????????? n++; y+=x;
?????????? x = Convert.ToInt32(Console.ReadLine());
??? }
if (n==0)
return y;
else
return y/n;
}
答: 展开
static float FH() {
??? float y=0,n=0;
?? ?int x = Convert.ToInt32(Console.ReadLine()); //从键盘读入整型数据赋给x
??? while (x!=-1) {
?????????? n++; y+=x;
?????????? x = Convert.ToInt32(Console.ReadLine());
??? }
if (n==0)
return y;
else
return y/n;
}
答: 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询