Electrical and Computer Engineering
4
of 21
UAH
CPE 112
The
if
Statement
•
The If-Then-Else Form
–
IfStatement (the If-Then-Else form)
–
if
(Expression)
•
Statement1A
–
else
•
Statement1B
•
•
•