QuestionSeptember 20, 2025

Question 11 The Do-While loop is a posttest loop. A True B False

Question 11 The Do-While loop is a posttest loop. A True B False
Question 11
The Do-While loop is a posttest loop.
A True
B False

Solution
4.0(244 votes)

Answer

True Explanation 1. Identify loop type A posttest loop checks its condition after executing the loop body. 2. Apply to Do-While The do-while loop executes the body first, then tests the condition.

Explanation

1. Identify loop type<br /> A posttest loop checks its condition after executing the loop body.<br />2. Apply to Do-While<br /> The do-while loop executes the body first, then tests the condition.
Click to rate:

Similar Questions