Hi guys does any of you guys have this c++ program .
I need the program to input a string and accept a word number and
print this pattern.
Input) This is a message
Input)4
output) s
ssa
essag
message
essag
ssa
s
and if it is a even word for example golden then the output is
ld
olde
golden
olde
ld
Please can any of you guys write this program for me .