A. Introduction
You might want a program to add up all the data that are entered by a user from keyboard, in this case, it is impossible to know how many times to repeat ahead of time. Another common loop structure can solve this perfectly.
B. Watch (Slides)
C. Try