Write a loop that inputs words until the user enters DONE . After each input, the program should number each entry and print in this
format:
#1: You entered
When DONE is entered, the total number of words entered should be printed in this format:
total of
words were entered.