34,333
edits
Changes
→Using if ... else .. to Make Decisions
== Using if ... else .. to Make Decisions ==
The next variation of the ''if'' statement allows us to also specify some code to perform if the expression in the ''if'' statement evaluates to ''false''. The syntax for this construct is as follows:
'''Ifif''' (''boolean expression'')
{