Comparison and Concatenation
Can we merge and compare strings like we did with ranges? This lesson shows us how.
We'll cover the following...
We'll cover the following...
Comparison
Strings support the well-known comparison operators ==, !=, <, >, >=
. The comparison of two strings takes place on their ...