Which one of the following expressions determines whether the value of the length variable is greater than or equal to the value of the width variable?
a. length < width
b. width <= length
c. length > width
d. length >= width
d. length >= width
Computer Science & Information Technology