文件名称:L5-E5
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
利用函数和递归做一个数列的加减运算,数列的加减运算有一定的规律,可利用函数与计算出结果-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