文件名称:Q6a7
- 所属分类:
- 其他小程序
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-06-05
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- Toqeer *******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1. Write a function that prints the following Fibonacci series by using any loop.
0, 1, 1, 2, 3, 5, 8, 13, 21, ......
2. Write a function that prints the following diagram by using one of the loops
provided in C++. The number of lines and the number of alphabetic characters
to be printed in the given order should be passed as arguments.
GFEDCBA
GFEDCB
GFEDC
GFED
GFE
GF
G
0, 1, 1, 2, 3, 5, 8, 13, 21, ......
2. Write a function that prints the following diagram by using one of the loops
provided in C++. The number of lines and the number of alphabetic characters
to be printed in the given order should be passed as arguments.
GFEDCBA
GFEDCB
GFEDC
GFED
GFE
GF
G
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Q6.CPP
Q7.CPP