15-print() function using in Swift Language | iOS | Swift | iPhone | iPad | MacOSX | iOS Apps Dev

Описание к видео 15-print() function using in Swift Language | iOS | Swift | iPhone | iPad | MacOSX | iOS Apps Dev

Used to print out put on the console and performing the mathematical calculations

it will accepts Zero or more values for printing

it will accepts there types of parameters :
_ items: Any..., :
accepts zero or more values with any type of data with avoiding argument label

separator: String = " " :
taking default value as space with type string

terminator: String = "\n" :
taking default value as space with type string

func print(_ items: Any..., separator: String = " ", terminator: String = "\n")

Finally we are just using print function, means we are calling that function only


--------------------------------------------------------------------------------------------------------------------------
Thank you - Vikranth Apps

Комментарии

Информация по комментариям в разработке