Place the comment block from the tray into the editor above the two blocks of code. Write a comment that describes what the code does.
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
Remember, comments are for programmers to explain what their code does. Comments do not get run when the program runs. A comment starts with // and is followed by the description of what the code does.