Build the rest of this program by adding the needed blocks from the tray. This program should call two different round actions. The first will round 45.815173 to the nearest whole number. The second will round 45.815173 to the third decimal place. Finally, the program will output the rounded balues and should result in the following messages.
45.815173 rounded is 46.0 45.815173 rounded to the 3rd decimal place is 45.815
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 two rounding action blocks. The round action with one parameter will round the number to the nearest whole number. The second round action with two parameters will round the given number to the specified decimal place, 3. Then add the output blocks so the text and the rounded results of the actions are output. When your program is done run your program and check your answer.