I want to enter a sentence then reverse

e.g.
==============================================

Input

Hello

==============================================

==============================================

Output

olleH

==============================================
My mate said i should use the following methods

Using a loop and the .charAt() method allso the .length() method.


Any ideas


Thanks

James