文件名称:L5-E5
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:4.54kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
利用函数和递归做一个数列的加减运算,数列的加减运算有一定的规律,可利用函数与计算出结果-The constant can be calculated by the infinite series:
= 4- 4/3+ 4/5- 4/7+ 4/9- 4/11+....
Write a C program that uses a do/while loop to calculate using the series. The program should ask the user how many terms in the series should be used. Thus if the user enters ‘3’, then the program should calculate as being 4- 4/3+ 4/5.
= 4- 4/3+ 4/5- 4/7+ 4/9- 4/11+....
Write a C program that uses a do/while loop to calculate using the series. The program should ask the user how many terms in the series should be used. Thus if the user enters ‘3’, then the program should calculate as being 4- 4/3+ 4/5.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Exercise-5.doc
L5-E5.CPP
L5-E5.CPP
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.