# Activity 1
# This activity has the objective of practicing
# how to write if statements.
# For this example there are four kinds of flowers:
# 1. Blue and small ( less than 2 inches in size)
# 2. Blue and large ( >= inches in size)
# 3. Red and small
# 4. Red and large
# The user is prompted to enter the color and
# the size of the flower and you will
# print the corresponding kind of flower