Scratch Part 1: Basics

Check that you know the following:

Note that each sprite and background has its own code. The code you write when a sprite is selected will apply to that sprite or background only. Note also that the code for backgrounds has fewer features than that for sprites.

Exercises

Variables

Write a program that inputs two values and displays their sum.

Write a program that displays the results of 2+2*2 and (2+2)*2.