Why would we want to use a variable to hold the result of a comparison?
- To be able to reuse the result of the comparison
- So we can have more lines of code
- Variables can't hold comparisons
- So that we won't have errors in our code
To be able to reuse the result of the comparison.