If x = 6, y = 4 and z = 2.3, evaluate ‘u’ and ‘v’ after executing
successively (i) and (ii) :
i) u = x + y /z;
ii) v = (x++) * z + x;
Answers
Answered by
1
Answer:
the value of u is 11.18
the value of v is 10.9
Similar questions