Swift 4 Programming #2 - Variables and Data Types

preview_player
Показать описание
A series of Swift Tutorials that will cover all the basics of Apple's latest programming language - Swift 4! In part 2 we'll learn about variables and data types in Swift and how to create them!

♦♦♦♦♦♦♦♦♦♦

THECODEX is a company focused on empowering and enabling anyone to learn how to code. Established in 2015 by Avinash Jain, THECODEX has taught over 150,000 students around the world how to code. With over 13 programming courses on a wide variety of topics, and more than 10,000 5-Star reviews, THECODEX is the right choice for you.

We provide engaging and comprehensive videos that break down complex information and cover everything you need to know about the subject. All students get access to our Q/A forums where you can get your doubts and problems cleared up. At the end of every course, you will receive a certificate of completion.

Jumpstart your Coding Journey with THECODEX today!
Рекомендации по теме
Комментарии
Автор

I just realized you are the same person who made a python video that was like 10 hours long! Keep up the great work I love these videos!

matthewgorena
Автор

float's aren't "really small numbers", hence the name, the decimal point can float around, it can be where, floating point number.

dillonhanson
Автор

It wasn't too clear how to type out the types used in the video, so here they are:
Types:
- Float, Double
- Int, UInt
- Bool (false, true)
- String
- Character

aeb
Автор

Hey I tried signing up for your swift course on the website, entered payment details and the green button is stuck on loading?? Thanks!

darinburch
Автор

hey. I cant see an output on the right for any code i write. please help

kunsharora
Автор

If var can change their value why does this print "hello" and not "hi"?

var pwnOf = "hello"
var pwnOf2 = pwnOf
pwnOf = "hi"
print(pwnOf2)

brandontyler
Автор

So, if you have ubuntu with swift installed....

cdyoutoob
Автор

Wait, is this based off of Python? Or is Python based off of C or something? It looks a lot like Python

zaryabaliahmed