View on GitHub

ReadingNotes

Comparison & Loops

USING COMPARISON OPERATORS :

At the most basic level, you can evaluate two variables using a comparison operator to return a true or false value.

Image

USING LOGICAL OPERATORS :

To understand what is logical operators see th tuth table below.

Image

Image

Loops

Here are some points to consider when you are working with loops.


Home