Introduction to Loops

Get a brief introduction to the iteration, a primary programming technique.

We'll cover the following

Introduction

This unit focuses on iteration, which is done by using loops. In programming, iteration means continually repeating a set of instructions. Try mapping the concept of iteration on a real-life example. Suppose a person has gone for a walk. While walking, a person puts one foot ahead and then the other food, i.e., one step at a time. The same pattern is followed again and again.

Create a free account to view this lesson.

Learn to code, grow your skills, and succeed in your tech interview

By signing up, you agree to Educative's Terms of Service and Privacy Policy