Question
if the number of times that a loop repeats will be determined by whether the user inputs the correct answer to a trivia question, which kind of loop should be used
A float loop
B condition-controlled loop
C count-controlled loop
D binary loop
A float loop
B condition-controlled loop
C count-controlled loop
D binary loop
Answers
GPT 3.5
B condition-controlled loop
Related Questions
Write a program that will ask a user how many numbers they would like to check. Then, using a for lo...
If the number of times that I leave for a peach will be determined by whether the user inputs the co...
If the number of times that a loop repeats will be determined by whether the user inputs the correct...
What kind of loop should be used in a game where the user is guessing a secret code and the message...