OR and AND operator
In our this blog we will use
&
and operator,||
or operator,
&
This is called the AND operator it used between two expression,
||
This is called the OR operator it also used between two expression.
They work according to there name .
Work of &
operator
If our both expression will true than our condition become true, else our condition become false. You can easely learn learn these with some example.