November 2002
Beginner
432 pages
11h 44m
English
In This Chapter
Adding Code
The Basics of Visual Basic Data
Expressions and Math Operators
Comparison Operators
In this chapter, you will learn the “meat and potatoes” of programming. Although Visual Basic will be the language of choice, almost every concept learned in this chapter can be applied to other programming languages. Therefore, when you master this chapter's information on data types, mathematical operators, and comparison operators, you will be prepared to learn the basics of virtually any programming language that exists.
The highlights of this chapter include the following:
Data appears in many different forms.
The way that your program processes data depends on the data type.
The mathematical ...