Write the five times table into a terminal using the Repeat loop.

This tutorial is part of the Nairda learning path. You can build it step by step inside the app, which checks every block you place before letting you move on.


The steps

  1. We add a Repeat loop and ask it for 10 turns.
  2. We create a number variable called n.
  3. We create a text variable called line.
  4. Inside the Repeat we set n to a sum.
  5. The sum is n plus 5, so n moves five at a time.
  6. Behind it we put Join to write n into line.
  7. On the dashboard we draw a terminal and give it the variable line.

When you finish, the app takes you straight to the next tutorial in the path.

Build it in Nairda