Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
C++ Programming

Tests - AND of two conditions &&

 

Tests

Tests - AND of two conditions &&

1. [ C++ ] &&


Big

There are several logical operators:

&&
||
!
^
We can check two conditions using AND &&

Which countries have a population of more than 100000000 and an area of less than 500000.