Let's Loop...
While loop - checking condition before running the code. Repeat while - Running the code before checking condition. == While Loop...
You Are Hired!
What is mathematical model? ==== Coding standards: - { goes on the same line as condition - Code indented 4 spaces - } goes on a new line...
Making Choices
- Conditional Statement: Tell computer to run some codes bases on a condition - Boolean expression: When a condition is true or false -...
Let's Play With Xcode Playground
Let's play with Xcode Playground... - Constant "let" - Variable "var" - Print(str) - \n = new line - str = "Hello World" ; str = "Hello...