Ask Question
10 March, 02:41

This type of loop will always be executed at least once. select one:

a. pre-test loop

b. post-test loop

c. sentinel loop

d. for loop

+3
Answers (1)
  1. 10 March, 05:26
    0
    Post-test loop is a type of loop that will always be executed at least once.

    A post-test loop means that its boolean expression is tested after each iteration. This type of loop looks like an inverted while loop and always performs at least one iteration, even if the boolean expression is false to begin with.

    Correct answer:B
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “This type of loop will always be executed at least once. select one: a. pre-test loop b. post-test loop c. sentinel loop d. for loop ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers