Tests
Tests - Not !
|
1. [ C++ ] !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.
test text
1. [ C# ] !There are several logical operators:
&&
||
!
^
We can invert a condition using NOT !
Which countries do not have an "a" in
the name.
test text
1. [ Java ] !There are several logical operators:
&&
||
!
^
We can invert a condition using NOT !
Which countries do not have an "a" in
the name.
test text
|