Part 1:Visual Basic Programming and Scripting
In the first part of this book, we will focus on teaching you the basic programming skills needed to write core code in any of the Visual Basic family members. If you have learned any other programming language, all of these topics will be familiar, as most programming languages have similar topics.
This part has the following chapters:
- Chapter 1, The Visual Basic Family of Programming Languages
- Chapter 2, Console Input and Output
- Chapter 3, Data Types and Variables
- Chapter 4, Decision Branching
- Chapter 5, Iteration
- Chapter 6, Functions and Procedures
- Chapter 7, Project Part I