Computer Science, asked by none1253, 1 month ago

What is Nested While loop?

Answers

Answered by chsumanth88762
0

Answer:

hi

Explanation:

nested while loop is a while statement inside another while statement. In a nested while loop, one iteration of the outer loop is first executed, after which the inner loop is executed. The execution of the inner loop continues till the condition described in the inner loop is satisfied.

Answered by jaswasri2006
0

A nested while loop is a while statement inside another while statement. In a nested while loop, one iteration of the outer loop is first executed, after which the inner loop is executed. The execution of the inner loop continues till the condition described in the inner loop

Similar questions