当前位置:天才代写 > tutorial > C语言/C++ 教程 > 用*号输出字母C的图案

用*号输出字母C的图案

2017-11-02 08:00 星期四 所属: C语言/C++ 教程 浏览:2052

查察全套“c语言习题集”

题目:用*号输出字母C的图案。

1.措施阐明:可先用’*’号在纸上写出字母C,再分行输出。

2.措施源代码:

#include "stdio.h"
#include "conio.h"
main()
{
printf("Hello C-world!\n");
printf(" ****\n");
printf(" *\n");
printf(" * \n");
printf(" ****\n");
getch();
}

3.Visual C++ 6.0下调试通过,如图:

用*号输出字母C的图案

 

    关键字:

天才代写-代写联系方式