Ask 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

+4
Answers (1)
  1. 26 May, 05:15
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers