An algorithm needs to add up 50 numbers, in the range between 1 and 100
Counter controlled iteration to 50 times
Prompt the user for a number between 1 and 100
As the numbers are entered, total them up
Once complete, total the numbers up.
FLOWCHART?