What is the role of && operator in a program code?
- && is also referred to as AND operator.
- When this operator is used, all conditions specified should be TRUE before next action can be carried out.
- If any of the conditions is false, whole statement is false.