How can I convert the List(1,2,3) in Scala to a formatted string like "1/2/3" with the List methods?
List(1,2,3)
"1/2/3"