Declare the integer variable and then output the value of it. Then run your program.
Your program should output the following text.
Example integer: 42
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
Drag the two blocks in the tray over to the program to declare the variable and output its value. The first block in the tray declares a variable with an integer type and assigns it the value of 42. The second block displays a short message and the value.