Print Variable in swift
You can print the current value of a constant or variable with the print(_:separator:terminator:) function: print(friendlyWelcome) // you can also put string direct in print function using ""