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

A Gentle Introduction to
C++ Programming

Tests - Not !

 

Tests

Tests - Not !

1. [ C++ ] !


Big

There are several logical operators:

&&
||
!
We can invert a condition using NOT !

Which countries do not have 5 letters in their name.

We can also use the condition != instead.