We can make use both of the messages that can be sent to string objects, and of string concatenation. The scenario is to
String to store the string
supplied by the user via a dialog box;
String that is
initially the empty string but will be used to store the reverse of the supplied
string;
A for-loop will be needed to implement the last two steps. Try this before looking at
the completed code in the next hint.
Next Hint