模拟试题

3773考试网计算机等级考试模拟试题正文

[组图]2010年计算机二级C语言上机程序填空题二

来源:fjzsksw.com 2010-9-14 14:18:21

 

18、给定程序中,函数fun的功能是:计算下式前n项的和作为函数值返回。

2010年计算机等级考试二级C:50套上机题库(9)

  例如,当形参n的值为10时,函数返回:9.612558。

  请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。

  注意:源程序存放在考生文件夹下的BLANK1.C中。

  不得增行或删行,也不得更改程序的结构!

  #include

  double fun(int n)

  { int i; double s, t;

  /**********found**********/

  s=__1__;

  /**********found**********/

  for(i=1; i<=__2__; i++)

  { t=2.0*i;

  /**********found**********/

  s=s+(2.0*i-1)*(2.0*i+1)/__3__;

  }

  return s;

  }

  main()

  { int n=-1;

  while(n<0)

  { printf("Please input(n>0): "); scanf("%d",&n); }

  printf("\nThe result is: %f\n",fun(n));

  }

 

 

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  ... 下一页  >> 

触屏版 电脑版
3773考试网 琼ICP备12003406号-1