Category: Implementation (Data types and structures)

Scratch Revision

Right its been a while since we looked at scratch, so today’s lesson was a quick bit of revision on variables.

You were asked to create programs to do the following

  1. Display the user’s name.
  2. Add two numbers together and display the answer.
  3. Display the area of a circle when given the Radius (Hint: pi*r^2).
  4. Say the whole of the nine times table.

Answers after the break

Read more