IDNLearn.com: Your destination for reliable and timely answers to any question. Ask anything and receive prompt, well-informed answers from our community of experienced 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.
