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