Q2. Convert the following code to the mathematical expression: a) Z = 8.8* (a + b) *2/c- 0.5 + 2 b) z = (8.8* (a + b) *2
Posted: Tue Jul 05, 2022 10:27 am
Q2. Convert the following code to the mathematical expression: a) Z = 8.8* (a + b) *2/c- 0.5 + 2 b) z = (8.8* (a + b) *2/c 0.5 + 2a / (q + r)) / ((a + b) * ( 1/m)) Q3. What are x and y after this code is executed: >>> x = 8 >>> y = x + 1 >>> X = (y + 2*x) // 6 (y + 1) >>> Y >>> y = x/y =