209k views
4 votes
LaToya is creating a program that will teach young children to type. What keyword should be used to create a loop that will print “try again” until the correct letter is typed

a. print

b. random

c. else

d. while

User Lehiester
by
7.1k points

1 Answer

4 votes

Question:

LaToya is creating a program that will teach young children to type. What keyword should be used to create a loop that will print “try again” until the correct letter is typed

Answer:

d. while ✓

Step-by-step explanation:

The while loop is used to repeat a section of code an unknown number of times until a specific condition is met.


\\ \\

Hope it helps

-------☆゚.・。゚ᵴɒƙυᴚᴀ_ƨȶäᴎ❀

User Erik Larsson
by
7.5k points