Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

deutsche Version

A loop is a control statement that allows us to repeat a code block . Loops contain a conditional which determines how many times the code block is repeated.

...