Libraries Problems

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9

Call Absolute Value

Build a program from the blocks in the tray that uses the math library, declares a math object, and calls the absolute value action. Edit the absolute value action so it finds the absolute value of -10.7 and outputs the following message.

The absolute value of -10.7 is 10.7

Coding:

Blocks

PreviousNext