Mark As Completed Discussion

Summary

Iterations are an important concept in programming. Like functions, iterations help us reduce the number of lines of code that need to be written, and helps in code reusability and modularity. Moreover, loops allow us to specify the number of times the code needs to be reused (or repeated), or the specific condition under the code block needs to be reused.