String Padding in PHP
Using one loop and the str_repeat
function,
display the following pyramid:
x
xx
xxx
xxxx
xxxxx
xxxxxx
xxxxxxx
xxxxxxxx
xxxxxxxxx
xx
xxx
xxxx
xxxxx
xxxxxx
xxxxxxx
xxxxxxxx
xxxxxxxxx
Using one loop and the str_repeat
function,
display the following pyramid:
1
22
333
4444
55555
666666
7777777
88888888
22
333
4444
55555
666666
7777777
88888888
999999999