- Mastering Swift
- Jon Hoffman
- 196字
- 2021-07-16 14:12:11
Chapter 2. Learning about Variables, Constants, Strings, and Operators
The first program I ever wrote was written in the basic programming language, and was the typical Hello World application. This application was pretty exciting at first, but the excitement of printing static text wore off pretty quickly. For my second application, I used basic's input command to prompt the user for a name and then printed out a custom hello message to the user with their name in it. At the age of 12, it was pretty cool to display Hello Han Solo. This application led me to create numerous Mad Lib style applications that prompted the user for various words and then put those words into a story that was displayed after the user entered all the required words. These applications introduced me to, and taught me, the importance of variables. Every useful application I created since then has used variables.
In this chapter, we will cover the following topics:
- What are variables and constants?
- Difference between explicit and inferred typing
- Explaining numeric, string, and Boolean types
- Defining what optional types are
- Explaining how enumerations work in Swift
- Explaining how Swift's operators work
- C++程序設計(第3版)
- What's New in TensorFlow 2.0
- 深入淺出Electron:原理、工程與實踐
- Oracle Database In-Memory(架構與實踐)
- MATLAB圖像處理超級學習手冊
- Learn Swift by Building Applications
- R大數據分析實用指南
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Instant Nancy Web Development
- Troubleshooting Citrix XenApp?
- Python第三方庫開發應用實戰
- Unreal Engine Game Development Cookbook
- Game Programming using Qt 5 Beginner's Guide
- 零基礎入門Python數據分析與機器學習
- MATLAB語言及編程實踐:生物數學模型應用