Reverse a given sentence in java
Posted
by giri
on Stack Overflow
See other posts from Stack Overflow
or by giri
Published on 2010-04-26T13:14:03Z
Indexed on
2010/04/26
13:23 UTC
Read the original article
Hit count: 211
java
|interview-questions
This was the question asked me in amazon interview. I could not solve the problem properly, Write a program to reverse a given sentence like "This is interview question" the output must be "question interview is this".Can any tell me how to get this done?
Thanks in advance
© Stack Overflow or respective owner