STEP 5: Let's create our first if statement! First we'll test if the user chose "beach".

Remember, the test statement has two parts: the test variable and the test value. The test value is after the ==.

  • In the LOGIC tab, click on and drag out if. Drop it at the bottom of your program.
  • Change the test value to "beach".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE