docs

a slatepencil documentail site

View on GitHub

For each of the expressions below, type in its value.

  1. 6 + 12 - 3

    15

  2. 2.2 * 3.0

    6.6000000000000005

      • 4

        4

  3. 10 / 3

    3.3333333333333335

  4. 10.0 / 3.0

    3.3333333333333335

  5. (2 + 3) * 4

    20

  6. 2 + 3 * 4

    14

  7. 2**3+1

    9

  8. 2.1**2.0

    4.41