Write the conversion formula by nesting arithmetic blocks inside each other.
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
- We add a While loop, which repeats forever.
- We create a text variable called terminal.
- We create a number variable called reading.
- Above the loop we read a number from the terminal with Wait.
- Behind it we join a sum to the terminal, which starts with 32.
- Inside that sum we put a division by 5.
- And inside the division, a multiplication by 9.
- What gets multiplied is the variable reading.
- On the dashboard we draw a terminal and give it the variable terminal.
When you finish, the app takes you straight to the next tutorial in the path.