Computer Programming II_Visual Basic 6.0

The most common types of variables and constants we will use are string, integer, and currency. When deciding which data type to use, follow this guideline: If the data will be used in a calculations, then it must be numeric (usually integer or currency); if it is not used in a calculation, it will be string. ................
................