4.5 CODE PRACTICE EDHESIVE
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.
Sample Run
Please enter the next word: cat
#1: You entered cat
Please enter the next word: iguana
#2: You entered iguana
Please enter the next word: zebra
#3: You entered zebra
Please enter the next word: dolphin
#4: You entered dolphin
Please enter the next word: STOP
All done. 4 words entered.
Answers
Answered by
1
Answer:
spam# spam#spam#spam#
Answered by
0
Answer:
if units is the perimeter of a rectangle field then the number of columns the number of rows is 10 less than the number of coloumn
Similar questions
English,
2 months ago
Science,
2 months ago
Computer Science,
2 months ago
Social Sciences,
4 months ago
English,
4 months ago
Science,
9 months ago
English,
9 months ago