Question: Write a loop that inputs words until the user enters After each input, the program should number each entry and print in this format: When
Write a loop that inputs words until the user enters After each input, the program should number each entry and print in this format: When is entered, the total number of words entered should be printed in this format: A total of words were entered. Sample Run Please enter the next word: cat \#1: You entered the word cat Please enter the next word: Iguana 12:: You entered the word iguana Please enter the next word: zebra \#3: You entered the word zebra Please enter the next word: dolphin \#4: You entered the word dolphin Please enter the next word: DONE A total of 4 words were entered
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
