In the past, we've used the + operator to join or concatenate strings. But there's also a built-in method that can achieve the same results.
Nice job! String.Concat () takes two or more string-type values as arguments and returns them as a single string.
Are you sure that this is the method to concatenate strings?