- iOS 12 Programming for Beginners
- Craig Clayton
- 50字
- 2025-02-28 11:21:49
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.