This is an old revision of the document!
If…else is a statement that checks the condition and executes the following statements if the condition is true.
Logical operators are widely used together with the condition operator if that is described below.
There are multiple comparison operators used for comparing variables and values. Comparison operators are following:
The Boolean logical operators
Switch…case