wk.1.1.2
For each of the expressions below, type in its value.
- 6 + 12 - 3 >>> 15
- 2.2 * 3.0 >>> 6.6000000000000005
- - - 4 >>> 4
- 10 / 3 >>> 3.3333333333333335
- 10.0 / 3.0 >>> 3.3333333333333335
- (2 + 3) * 4 >>> 20
- 2 + 3 * 4 >>> 14
- 2**3+1 >>> 9
- 2.1**2.0 >>> 4.41
Page Source