Ask Question
4 December, 20:00

Which of the following is required for counter-controlled repetition?

A. a boolean

B. a method

C. a condition

D. All of the above

+2
Answers (1)
  1. 4 December, 20:10
    0
    The correct answer is letter "D": All of the above.

    Explanation:

    Counter-controlled repetitions take place when executions are already known. They require a loop counter, the initial value of the control variable, the increment by which the control variable is changed, and the loop continuation condition that allows finding out if the loop will continue.

    Boolean, methods, and conditions are needed for counter-controlled repetitions.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following is required for counter-controlled repetition? A. a boolean B. a method C. a condition D. All of the above ...” 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