which of the following loop is called pre-tested loop
a) while loop
b)do-while loop. c)for loop
d)until loop
Answers
Answered by
3
Answer:
for loop
Explanation:for loop is a pre tested loop because it checks for the condition to ne satisfied before running the statement
Similar questions