People
Companies
Institutions
Jobs
Q&A
News
AI Dasatoo
Log in
Home
Courses
Tutors
Books
Q&A
Ask and answer questions to make information more available to wider audiences.
Tags
Latest
Ask Question
Ryker Ackroyd
@
ackroydryker
06, Apr 2023 12:00 AM
nested loop
What is a nested loop?
answers
1
Answer 1
Dean Akridge
@
akridgedean
06, Apr 2023 04:42 PM
A loop that runs within another loop is referred to as a nested loop. The first loop is called the Outer Loop and the inside loop is called the Inner Loop. The inner loop executes the number of times defined in an outer loop.