15. Rewrite the following statement as a conditional statement:

Apples grow on trees.

If it grows on a tree, it is an apple.
If a fruit is an apple, then it grows on a tree.
Apples are a fruit if and only if they grow on a tree.
If it is not a fruit, then it is not an apple.