Get detailed and accurate answers to your questions on IDNLearn.com. Our platform is designed to provide reliable and thorough answers to all your questions, no matter the topic.

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=