Mini-Exercise #2
v Suppose the computer executes the following
statements. What is the value of total at the end?
     total = 1
     total = total + 5
v Harder:
     x = 0
     x = x+4
     x = x*2