@shmVirus

Variables and Data Types

Declaring and initialising variables, choosing between numeric, boolean, and string types.

Every program manipulates data. This chapter introduces how programs store values in named locations, the common primitive types, type conversion, and the difference between compile-time and run-time errors.