Lower Butterfly Pattern
Coddyの「星型パターン・ブートキャンプ」コースのレッスン 19/30。
チャレンジ
簡単以下に示すような、星印による蝶のパターンの下半分を出力するプログラムを作成してください。 このパターンは5行10列で構成されます。
期待される出力パターン:
* * * * * * * * * *
* * * * * * * *
* * * * * *
* * * *
* * 自分で試してみよう
#include <stdio.h>
int main() {
// ここにコードを記述します
return 0;
};星型パターン・ブートキャンプのすべてのレッスン
4Advanced Level Pattern's
Upper Butterfly PatternLower Butterfly PatternFull Butterfly PatternInverted Butterfly PatternSand glass patternHeart Pattern3Intermediate Level Pattern's
Pyramid of starsInverted PyramidDiamond PatternRight Direction ArrowLeft Direction ArrowPlus PatternX Pattern