IDNLearn.com: Where your questions meet expert advice and community insights. Ask any question and receive accurate, in-depth responses from our dedicated team of experts.
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.
