Write a function which accepts a sentence as input parameter.
Each word in that sentence is to b reversed (remember: not the whole sentence to b reversed, each word should b reversed). Space should b there between each word.
Return the sentence with reversed words to main function and produce the required output
For ex:
Input:
Jack jill jung kill
Output:
kcaj llij gnuj llik
anushabit 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.