- iOS 12 Programming for Beginners
- Craig Clayton
- 50字
- 2021-07-02 15:04:51
Variables and constants – where data is held
Variables and constants are like containers that contain any data. When you want to declare a variable, you have to use the var keyword. Let's declare each of the data types we did earlier, but, this time, using variables and constants instead.