Can you use one or more loop inside any another while, for or do., while loop ?
Answers
Answered by
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
Physics,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Science,
1 year ago