Visual Basic Questions (Chapter 3) Due Friday, Feb 16
back
Name:
e-mail:
Answer the following questions in your own words.
What is a data type?
What is an integer type?

What is a long type?

What is a single type?

What is a currency type?

What is a string type?

What is a variant type?

How do you declare a variable?

What does "dim" mean?

What does it mean to "initialize" a variable?

What is a sub routine?