Session Ready
Exercise

if

It's time to take a closer look around in your house.

Two variables are defined in the sample code: room, a string that tells you which room of the house we're looking at, and area, the area of that room.

Instructions
100 XP
  • Examine the if statement that prints out "Looking around in the kitchen." if room equals "kit".
  • Write another if statement that prints out "big place!" if area is greater than 15.