Q:

swift language

// Basic Swift Program
import UIKit

var str1 = "Hello geeks!"
var str2 = "How are you?"
print (str1)
print (str2)
3
//Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. for iOS, iPadOS, macOS, watchOS, tvOS, Linux, and z/OS. Swift is designed to work with Apple's Cocoa and Cocoa Touch frameworks and the large body of existing Objective-C code written for Apple products.
5

New to Communities?

Join the community