In this session, you learnt how to implement your logic using loops.
You learned about:
You also learned about using loops to store values in an array. One important thing you learned was to avoid writing an infinite loop. Also, you learned about the continue statement which helps you skip an iteration if needed.
In the end, you learned about functions and how they can help us. You also saw some examples of functions such as the length() function. You will learn about functions in-depth in the next session.