Which of the following "if" statements correctly asks if the value in the "condition" variable is greater than 5?
Select one:
a.
if (condition greater than 5)
b.
(condition > 5).if
c.
condition (if > 5):
d.
if (condition > 5):
1 answer
d. if (condition > 5):