Variables
Introduction to variables and basic data types.
StartKey Concepts
Review core concepts you need to learn to master this subject
Variables
Variables
var score = 0
A variable refers to a storage location in the computer’s memory that one can set aside to save, retrieve, and manipulate data.
What you'll create
Portfolio projects that showcase your new skills
Dog Years
Dogs have ages that don't quite work like ours. This can be a little ruff when you want to know how old your dog would be if he/she is a human. Don't fret — build a dog-age-converting program to translate your dog's age into human years!
Quadratic Formula
Write a Swift program that solves the quadratic equation.
Piggy Bank
You just returned from a trip to South America and you came back with three different kinds of currencies. Let's convert them to USD!
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory