Skip to content
Maribel Aristy
Graphic Design
Art
Gravy and Hidari
Lizzie and 5 Pesos
Software Development
Maribel Aristy
Graphic Design
Art
Gravy and Hidari
Lizzie and 5 Pesos
Software Development
Tag:
if else statement
28
Nov
Software Development
Swift 4
IF ELSE STATEMENT EXAMPLE #2
by
Maribel
No Comments
var name1 = "John" if name1 == "Maribel" { print ("Welcome " + name1 + "! Start Playing!") } else { print ("Sorry "...