Computer Science, asked by smitapardeshi08, 11 months ago

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 meetshah226
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