1. [ C++ ] Test a string
The code selects France and shows all details.
test text
1. [ C# ] Test a string
The code selects France and shows all details.
test text
1. [ Java ] Test a string
We use the
.equals method to check if strings are
the same. Beware: the test s1==s2 is allowed by
the compiler - but it does not check the contents of the strings.
The code selects France and shows all details.
test text
1. [ Perl ] Test a string
We use
eq to test strings.
The code selects France and shows all details.
test text