28
Nov
OR STATEMENTS
by Maribel
No Comments
if name1 == "Maribel" || name1 == "John" { print("Welcome " + name1 + "!") } || "or" == "equal" Happy coding!
28
Nov
IF ELSE STATEMENT EXAMPLE #2
by Maribel
No Comments
var name1 = "John" if name1 == "Maribel" { print ("Welcome " + name1 + "! Start Playing!") } else { print ("Sorry "...
28
Nov
ELSE IF STATEMENT EXAMPLE #1
by Maribel
No Comments
If else-if else statement is used to add alternative set of multiple else-if and single else statements for if condition. In case if condition...
28
Nov
Flowers
by Maribel
No Comments
“After women, flowers are the most lovely thing God has given the world.” Christian Dior
27
Nov
News: “Apple opens Everyone Can Code initiative to students around the world”
by Maribel
No Comments
News: Apple opens Everyone Can Code initiative to students around the world From: www.apple.com
27
Nov
What is Swift?
by Maribel
No Comments
Swift is an awesome way to write software, you name it: phones, laptops, pcs, servers, or anything that runs code. /* SAFE, FAST, INTERACTIVE, USER...
27
Nov
Swift Playgrounds
by Maribel
No Comments
Swift Playground helps you learn and explore coding in Swift, the same powerful language used to create world-class apps for the App Store. You can...
26
Nov
Downloading and Installing Xcode
by Maribel
No Comments
In your Mac, open the "App Store": On the search icon type "Xcode": Click on "Get" and follow the prompts in order to install the...
26
Nov
Xcode Versions – Please Read
by Maribel
No Comments
The course is currently up to date with the latest version of Xcode 9 (beta 6 – released 21st August 2017) so you should use that version with this course – you...