1.The program has found an expression to the right of the equality sign, and the program is trying to calculate it.
2.Constant 3 sets its value to the program.
3.The program refers to variable A by the name.
4.Variable A sets its value (7) to the program.
5.The program makes calculations (7 + 3).
6.Variable В gets value 10 from the program.