Solving Two-Step Equations

to mean “the variable someNumber gets the value of 5” not “the variable someNumber equals 5”. The arithmetic operators are +, -, * (multiplication), / (division). For Scratch programmers the following table shows equivalent commands. Notice in the third row that if you want to say equals, you must use two equals signs, as in “==”. ................
................