0
to get N number of words and arrange them such that last letter = first letter of next string and print required Cth word
example: let N=5 arrange them as: egg,goat,tiger,rampage,egg let value of C be 3 then output will be: tiger.
1 Resposta
+ 1
Is it a challenge ? If yes, you should tag it as such. If no, what have you done to try and solve this problem ?