Computer Science, asked by Anonymous, 4 months ago

1.which statement is also called as pre tested looping statement
2. which statement is also called as post tested looping statement​

Answers

Answered by tanishagupta573
2

Answer:

for and while loops are pre check looping statements.Do while is post check

Answered by zanwarbharti503
1

Explanation:

1. A pre-test loop is one in which the loop condition is tested before entering the loop. There are several popular variations of the pre-test loop. The most common of these is the While Loop.

Similar questions