SyntaxFix
Write A Post
Hire A Developer
Questions
To print the combined string using
Println("\(string1)\(string2)")
or String3 stores the output of combination of 2 strings
let strin3 = "\(string1)\(string2)"