...

/

Exercise: String Comparison

Exercise: String Comparison

Let's create conditions based on the lengths of strings.

Problem Statement

You are given three strings, str1, str2.

If str1 is longer in length, str2 will be appended to it. If str2 ...