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:

A total of __ words were entered.

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 class=
Q&A Education