var number: Double = -10.6 var name: String = "Programiz" // print literals print(5) // print variables print(number) print(name)