C 练习实例6
题目:用*号输出字母C的图案。
程序分析:可先用'*'号在纸上写出字母C,再分行输出。
程序源代码:
实例
// Created by www.runoob.com on 15/11/9.
// Copyright © 2015年 菜鸟教程. All rights reserved.
//
#include "stdio.h"
int main()
{
printf("用 * 号输出字母 C!\n");
printf(" ****\n");
printf(" *\n");
printf(" * \n");
printf(" ****\n");
}
以上实例输出结果为:
用 * 号输出字母 C! **** * * ****
yuanjuntao
562***029@qq.com
参考实例:
yuanjuntao
562***029@qq.com
Loura鱼
315***6108@qq.com
参考方法:
Loura鱼
315***6108@qq.com
只猪侠
582***014@qq.com
参考方法:
只猪侠
582***014@qq.com
小智
222***1705@qq.com
参考方法:
小智
222***1705@qq.com
郑方形
124***7257@qq.com
参考方法:
郑方形
124***7257@qq.com
服了
146***4908@qq.com
参考:
服了
146***4908@qq.com