Computer Science, asked by jtydcsm, 1 year ago

How to reverse the words in a string but not the characters in java?
For e.g.
Input: I am Swapna
Output: Swapna am I

Answers

Answered by AryaBandal
0
start frm the back side and start making it reverse

jtydcsm: Can you give the program code please??
Similar questions