Loop, reverse a string

This assignment tests your ability to write programs using Do Until loops.

Write a program that reverses the letters in a string. Use a Do Until statement with the condition test at the end of the loop.

Check input validity, test your loop using extreme values. Be sure it works if the user enters 0 or 1 letters or the maximum number allowed by the program.

Turn in a screen shot of your program running along with its listing.