Managing VB2010 Data Getting to know various data types in Visual Basic 2010 Assigning values to the variables Getting to know various arithmetic operators in Visual Basic 2010 In our daily life we come across many types of data. For example, we need to handle data such as names, addresses, money, dates, stock quotes, statistics and more everyday. Similarly, in Visual Basic 2010, we have to deal with all sorts of data; some are numeric in natrure while some are in the form of text or other forms. VB2010 divides data into different types so that it is easier to manage when we need to write the code involving those data. 4.1 Visual Basic 2010 Data Types Visual Basic classifies the information mentioned above into two major data types; namely the numeric data types and the non-numeric data types. 4.1.1 Numeric Data Types Numeric data types are types of data that consist of numbers, which you can compute the...
Comments
Post a Comment