Why would we want to store the result of a comparison in a variable?
- To reuse the comparison
- To change the result of the comparison's return value
- We can't store the result of a comparison in a variable
- To store the comparison as a string
To reuse the comparison .