What is the ending value of z?
x = 0;
y = 3;
z = Math.pow(x + 2, y);
a. 4.0
b. 8.0
c. Error: Cannot have an expression within a method call
d. 0.0