. Write a class to display each word of the string in reverse order. e.g. If input is "India is my Country" output is "aidnI si ym yrtnouC". Use following function in your class: public String reverse(String word) which will return the reverse word. public void newstr(String Sentence) Receive a sentence and reverse the each word in the sentence
Answers
Answered by
0
Answer
34,44<
Explanation:
Similar questions