错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Variables and Data Types

  • Alex Vasilev

摘要

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.