Create a boolean variable with the value “True” • Write a simple if statement that performs a block of code if the variable is “True” • Change the variable to “False” • Write a simple if statement that performs a block of code if the variable is “False” • Attempt to add two boolean variables together, use different combinations of “True” and “False”, describe the result