Variables and Data Types
摘要
As usual, programs operate with data. And the data needs to be stored somewhere. If you deal with small blocks of information, variables are a good place to store it, which is the focus of this chapter. The chapter also discusses the main data types used in programs and the basic operations performed with variables.