Computer Science, asked by kadamgirish321, 4 months ago

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 MDImroz10
1

Answer:

the value of u is 11.18

the value of v is 10.9

Similar questions