A good answer might be:The completed program is given below. | |
Complete Add Up ProgramHere is the completed program. Notice carefully how the loop condition always has a "fresh" value to test. To make this happen, the first value needs to be input before the loop starts. The remaining values are input at the bottom of the loop body.
| |
QUESTION 3:What would happen if the very first integer the user entered were "0"? Click Here after you have answered the question |