Using the skills you learned in the last problem, build the same program using standard blocks in the tray.
This program should make the same output:
false true
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
Drop in two boolean blocks from the tray and edit their names and values. Then add the output block twice. In each, edit the output block so it displays the value stored in each variable. The end result should be to output the variable that is false followed by the variable that is true.