Exercise: String Comparison
Let's create conditions based on the lengths of strings.
We'll cover the following...
We'll cover the following...
Problem Statement
You are given three strings, str1, str2.
If str1 is longer in length, str2 will be appended to it. If ...