if-then-else
English
Noun
if
-
then
-
else
(
programming
)
A
statement
that
executes
different
code
based
on whether a
condition
is
true
or
false
.