Loops, one letter at a time

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

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.


Disclaimer: The views and opinions expressed on unofficial pages of California State University, Dominguez Hills faculty, staff or students are strictly those of the page authors. The content of these pages has not been reviewed or approved by California State University, Dominguez Hills.