In the following expression, the variable truckWeight has the value 70000 and the variable weightLimit has the value 80000. truckWeight < weightLimit
What value does the expression evaluate to?
a. 70000
b. 80000
c. true
d. false