Computer Science, asked by nikky1000n, 1 year ago

Write a method namely Revwords() of class strings that should receive a string and return the strings with its words reversed individually e.g. if you pass “ I love Java”, it should return “ I evol avaJ”

Answers

Answered by Anonymous
1

Here u can use palindrome type in string...u ll surely get it

Similar questions