Variables, Constants, and Data Types
摘要
One of the most important aspects of building software is to put information in a spot so it can be recalled. One way is to use a database, but for the purposes of this chapter, we’ll cover three primary ways to store data: variables, constants, and data types. To oversimplify what these are: