- 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 10 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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 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
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 =