Looking for reliable answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Discover comprehensive solutions to your questions from a wide network of experts on our user-friendly platform. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A 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:

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=