Look at pseudocode segment below. y ← x + x + x + x + x // line a z ← y + y + y // line b If x = 6 before this segment is executed, what is the value of z after execution?