2 lines
84 B
Text
2 lines
84 B
Text
"Hello,How,Are,You,Today".split(",").concat(".").println();
|
|
Hello.How.Are.You.Today
|
"Hello,How,Are,You,Today".split(",").concat(".").println();
|
|
Hello.How.Are.You.Today
|