Discover the answers you need at Westonci.ca, a dynamic Q&A platform where knowledge is shared freely by a community of experts. Discover solutions to your questions from experienced professionals across multiple fields on our comprehensive Q&A platform. Explore comprehensive solutions to your questions from a wide range of professionals on our user-friendly platform.

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.