Page 1 of 1

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
by answerhappygod
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 1
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 1 (21.17 KiB) Viewed 12 times
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 =