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:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Blocks
Hint
Great job!
Try again
Start by adding the use block for the Math library. Next, add the math object block. Then place the correct action block that calculates the absolute value. Once the block is placed replace the word value with -10.7 so the action can calculate the absolute value. The last block to add is the output block, which outputs text and the result of the action you placed into the program.