If-then-else
statement
n
Syntax:
if
(
condition
)
statement
1
else
statement
2