Answer:
2)The value of f(x, y, z) is increased during each iteration.
Step-by-step explanation:
Because check statement in while loop is 'f(x,y,z)<100' and loop will terminate only when the value of f(x,y,z)' is greater than or equal to 100 and this will only when value of f(x, y, z) is increased during each iteration.