0
pls fix this code... it is only printing first word in reverse..
https://code.sololearn.com/c97NOfmA5ejr/?ref=app without using inbuilt function
1 Answer
0
maybe try to find a method like split(), which can cut a string into words.
then you can loop over the words and reverse them individually