Concept Flow - Implode and join
Start with array
Choose separator string
Call implode/join function
Function joins array elements with separator
Return joined string
Use or print the string
End
The implode or join function takes an array and a separator string, then combines the array elements into one string separated by that string.