How to print this type of triangle? [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
-3
down vote
favorite
How may I produce this output?
A
B C
D E F
G H I J
K L M N O
like this pattern
awk
closed as too broad by glenn jackman, John, Jeff Schaller, thrig, n.st Nov 25 at 15:57
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-3
down vote
favorite
How may I produce this output?
A
B C
D E F
G H I J
K L M N O
like this pattern
awk
closed as too broad by glenn jackman, John, Jeff Schaller, thrig, n.st Nov 25 at 15:57
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
What does the size of the pattern depend on? A correct solution would simply be to output the triangular pattern as a static string... Also, are you restricting solutions toawk
only?
– Kusalananda
Nov 25 at 14:02
2
voting to close as too broad: you could produce that output with a single echo command.
– glenn jackman
Nov 25 at 14:34
add a comment |
up vote
-3
down vote
favorite
up vote
-3
down vote
favorite
How may I produce this output?
A
B C
D E F
G H I J
K L M N O
like this pattern
awk
How may I produce this output?
A
B C
D E F
G H I J
K L M N O
like this pattern
awk
awk
edited Nov 25 at 14:01
Kusalananda
118k16223361
118k16223361
asked Nov 25 at 13:44
user322705
1
1
closed as too broad by glenn jackman, John, Jeff Schaller, thrig, n.st Nov 25 at 15:57
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by glenn jackman, John, Jeff Schaller, thrig, n.st Nov 25 at 15:57
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
What does the size of the pattern depend on? A correct solution would simply be to output the triangular pattern as a static string... Also, are you restricting solutions toawk
only?
– Kusalananda
Nov 25 at 14:02
2
voting to close as too broad: you could produce that output with a single echo command.
– glenn jackman
Nov 25 at 14:34
add a comment |
3
What does the size of the pattern depend on? A correct solution would simply be to output the triangular pattern as a static string... Also, are you restricting solutions toawk
only?
– Kusalananda
Nov 25 at 14:02
2
voting to close as too broad: you could produce that output with a single echo command.
– glenn jackman
Nov 25 at 14:34
3
3
What does the size of the pattern depend on? A correct solution would simply be to output the triangular pattern as a static string... Also, are you restricting solutions to
awk
only?– Kusalananda
Nov 25 at 14:02
What does the size of the pattern depend on? A correct solution would simply be to output the triangular pattern as a static string... Also, are you restricting solutions to
awk
only?– Kusalananda
Nov 25 at 14:02
2
2
voting to close as too broad: you could produce that output with a single echo command.
– glenn jackman
Nov 25 at 14:34
voting to close as too broad: you could produce that output with a single echo command.
– glenn jackman
Nov 25 at 14:34
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
3
What does the size of the pattern depend on? A correct solution would simply be to output the triangular pattern as a static string... Also, are you restricting solutions to
awk
only?– Kusalananda
Nov 25 at 14:02
2
voting to close as too broad: you could produce that output with a single echo command.
– glenn jackman
Nov 25 at 14:34