Loops

This lesson covers loops which allow you to repeat code in a more efficient manner, reducing redundancy and increasing readability.
  • Write a loop that adds up 1 to 10 and outputs the result
  • Write a loop that outputs all numbers from 1 to 100 that are divisible by 5 or 7