Hello everyone...
I have the following problem and i have no idea how to do it.
Can anyone help?
Write a procedure that takes a string as its parameter and which prints out a pattern made out of the string. For example, given the string "XMAS", it would output the following:
X
MM
AAA
SSSS
I have the following problem and i have no idea how to do it.
Can anyone help?
Write a procedure that takes a string as its parameter and which prints out a pattern made out of the string. For example, given the string "XMAS", it would output the following:
X
MM
AAA
SSSS
Comment