please write me this java program?

  • Thread starter Thread starter Taufe
  • Start date Start date
T

Taufe

Guest
write a program in java to accept a string and print the string in the reverse order of the word eg:
input:"This is a string" output:string a is This.
 
Back
Top