Please enable JavaScript to use CodeHS

CodeHS Glossary


Nested Loops Java

When a loop is placed within another loop. The total number of runs for a nested loop will be the outer loop * inner loop.