7
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

forループの練習問題(数字でピラミッドを作る)  初級〜中級編

Last updated at Posted at 2017-02-13

#はじめに
今回はPHPで回答を作成していますが、forループを多くの言語でも使えますので、
使いやすい言語で挑戦してみてください。
#練習問題
全部で11問あります。
forループを使用して各問題の解答を作ってください。

回答はリンク先のページにあるので、解き終わったら参照してください。

問題1
1
21
321

問題2
***1
**121
*12321
1234321

問題3
123
456
789

問題4
1
23
456

問題5
987
654
321

問題6
6
54
321

問題7
1
12
123

問題8
123
12
1

問題9
321
32
3

問題10
3
32
321

問題11
112
212
312

#解答
下記のリンクに解答を載せております。
http://qiita.com/takuya-kodama/items/903d9ece52bdbfd6553d

#さらに難しい問題を解きたい方へ
上級編の問題もあるので是非チャレンジしてみてください!

上級編
http://qiita.com/takuya-kodama/items/5a1dd8da56e7a87ec58f

7
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?