C#: Data Types

A type is some general scheme of value (data). A variable is a piece of memory that can contain different values (as opposed to a constant, which can only contain one value). The range of possible values for a variable is determined by its type.

Continue reading C#: Data Types