Home » VB.NET Basics
4

Basics of Programming

In this chapter, you will learn how to do basic programming and run your first program.

In this chapter, you will learn how to do basic programming. You will learn how to use variables and how the different data types play a significant role in programming. You will learn how to use arithmetic logic in your programs. You will learn how to add, subtract, multiply, and divide elements in your programs. You will learn how to insert code into the features of your user form. Finally, You will get to run your program for the first time.

In This Chapter:

Variables
Understanding variables and different data types
Operators
Operators are the basic way of manipulating data
Writing and Running the Code
You will learn how to interact with users and run the program