Computer Science, asked by Siva1812, 9 months ago

does testing the loop condition affect the loop invariant why​

Answers

Answered by boynof214
0

Answer:

because it is necessary to complete this process

Answered by kumardevjith
1

Answer:

Explanation:

No, the loop condition do not affect the loop invariant. Because the loop invariant is true at four points.

At the start of loop.

At the start of each iteration.

At the end of each iteration.

At the end of the loop.

Similar questions