Imagine you have 5 different books and you want to arrange them on a bookshelf. How many ways could these 5 books be arranged on the shelf? Use one of the actions you have learned to answer to this question.
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
The way to calculate the number of arrangements of 5 books is to multiply each of the choices together, 5 * 4 * 3 * 2 * 1 or factorial of 5. Add the factorial block to the existing program.