| UMBC CMSC 201 Spring '03 | CSEE | 201 | 201 S'03 | lectures | news | help |
do
{
...statements...
}while (condition);
Write a program to add a list of integers entered at the keyboard. The end of the input is indicated by entering 0 as a sentinel value.