Every decision you make in a computer program involves evaluation of a Boolean expression. You can use if-then-else structures or if-then structures.
1. Explain: "Boolean."
2. Discuss how and when you use these two structures. Give an example of each.
3. How would you include an 'alternative' in ALICE?