1.3.3 Comparing Strings
if (s1 == s2) {
cout << "Your string matches my first string, " << s1 << endl;
}Try This Example
Last updated
if (s1 == s2) {
cout << "Your string matches my first string, " << s1 << endl;
}Last updated