1.

Why is while loop is called a pre-tested looping statement?

Answer»

The while loop evaluates the condition in the beginning itself to select statement for execution repeatedly. Therefore it is called pre-tested looping statement.



Discussion

No Comment Found