Lecture Summary 8

Prepared by: Anthony Larrain

These notes serve as an outline to the lecture, they are not intended to be complete.


Conditional Execution

Relational Operators

Relational Operator Definition
== equal to
!= not equal to
< less than
<= less than or equal to
> greater than
>= greater than or equal to

Logical Operators

&&  and
||  or
!   not