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? (1 point) Responses else else print print while while random random

1 answer

The keyword that should be used to create a loop that will print “try again” until the correct letter is typed is while.

So the correct answer is: while.