What will be the value of z after the following code?
z
x = 4;y = 3;z = x * y + 2;
10
14
12
9
This question is part of this quiz :