|
|
|
|
Managing Visual Basic Data
Home » Visual Basic » Introduction to Visual Basic
There are many types of data we come across in our daily life. For example, we need to handle data such as names, addresses, money, date, stock quotes, statistics and etc everyday. Similarly in Visual Basic, we are also going to deal with these kinds of data. However, to be more systematic, VB divides data into different types.
5.1 Types of Visual Basic Data
5.1.1 Numeric Data
Numeric data are data that consists of numbers, which can be computed mathematically with various standard operators such as add, minus, multiply, divide and so on. In Visual Basic, the numeric data are divided into 7 types, they are summarized in Table 5.1
Table 5.1: Numeric Data Types
|
More Tutorials by this user
|
|
|
|
|
|
|
|
|