In java, print the string's characters in reverse, removing spaces but keeping uppercased letters.
Make it so that it has its own method. Please explain each steps in detail.
Example if input is:
Do or Do Not, There is No Try!
the output is:
Please enter a one line sentence:
!yrToNsierehT,toNoDrooD

In java- print the string's characters in reverse- removing spaces but.docx

  • 1.
    In java, printthe string's characters in reverse, removing spaces but keeping uppercased letters. Make it so that it has its own method. Please explain each steps in detail. Example if input is: Do or Do Not, There is No Try! the output is: Please enter a one line sentence: !yrToNsierehT,toNoDrooD