Hi, I need help tracing how to get the value for y in the main function below. I understand how to get x and z. the output is
x = 12
y = 108
z = 8
I assumed to get the individual values that where inside the function, then add them, and then send that value to the function Times3(double y). However, that's wrong, so here is how I traced it;