1. What is the problem with this algo?
set the word to 'start'
set the total to 0
set the count to 0
while the word is not 'end'
read the next word
increase the count by one
set the amount to the number of letter 'e's in the word
increase the total by the amount
endwhile
set...