func helloMessage() {
func displayMessage(name1: String,name2: String) {
print("Hello "+name1+" and "+name2)
}
displayMessage(name1: "OLIVIA", name2: "JOSHUA")
}
helloMessage()
If your code takes user input, put it here. For multiple inputs, one per line
We realize that an online Swift playground will be so helpful who are willing to learn Swift coding.
Newbies need an easy-to-use IDE for basic Swift programming. So we have developed this online IDE.