[solved] – Question 98217
Write a loop that inputs words until the user enters “STOP.” After each input, the program should number each entry and print in this format:
#1: You entered _____
When “STOP” is entered, the total number of words entered should be printed in this format:
All done. __ words entered.
Expert Answer
OR

