Week 5 - Control Structures I
Week 5 - Control Structures I
Comparison Operators The use of If can be combined with comparison operators such as >, <, etc. Slides 18 to
AND, OR Operators 26 demonstrates this concept.
The AND, OR operators can be used to test more than one condition. slides 29 and 31
shows how to do this