Computer Science, asked by gogamer3446, 11 months ago

Can you use one or more loop inside any another while, for or do., while loop ?

Answers

Answered by tylik13williams
1

The counter or other variables, which can be altered in the body of the loop, are contained in the condition. Before the body of the loop is executed, the condition is evaluated. If it evaluates to False, the while loop is finished. ... The body of the loop will be executed as long as the condition yields True.

Similar questions