當前位置:編程學習大全網 - 電腦編程 - 用*號輸出字母C的圖案。

用*號輸出字母C的圖案。

#include "stdio.h"

main()

{

printf("Hello C-world!\n");

printf (" ***\n");

printf (" *\n");

printf ("*\n");

printf ("*\n");

printf (" *\n");

printf (" ****\n");

scanf("%d");

}

  • 上一篇:火花思維l2是什麽水平?
  • 下一篇:win10系統怎麽把程序放在桌面上
  • copyright 2024編程學習大全網