Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 713 Bytes

File metadata and controls

13 lines (9 loc) · 713 Bytes

Chapter 6.1. Nested Loops

In the current chapter we will be looking at nested loops and how to use for loops to draw different figures on the console, which contain symbols and signs, ordered in rows and columns in the console. We will use single and nested loops (loops, which are in other loops), calculations and checks, in order to print on the console simple and not so simple figures by previously given sizes.

Video

Watch a video-lesson on this chapter here: https://www.youtube.com/watch?v=x7zXRCpkebo.
<script src="/assets/js/video.js"></script>