Why would we want to use a variable to hold the result of a comparison?

To be able to reuse the result of the comparisonSo we can have more lines of codeVariables can't hold comparisonsSo that we won't have errors in our code

To be able to reuse the result of the comparison.