Write a program that displays the letters in a string one at a time. Use a Do While loop with the condition test at the beginning of the loop.
Check input validity, and 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 the program running along with its listing.