Hi all,

I need help writing a function, that when passed a string, will return it with the letters reversed.

For example:
If I pass it "Basic", it returns "cisaB".

Thanks in advance for any help.

-Jack Vinitsky