data types
controlls
building variables
Misc.
more about variables
100
used with whole numbers (+/-)
What is integer used with
100
=
What is assignment operator
100
is a named place in computer memory that holds a value
What is variables
100
juce
What is good to drink
100
can only hold one value at any given time
What is variable
200
used with strings of characters/words
What is string used with
200
keyword used to tell VB that a variable declaration is coming
What is dim
200
is the address used when working with a variable
What is variable name
200
dell
What is the computer I'm using
200
should have a descriptive name that describes their purpose and data type
What should variables have
300
used with larger decimal numbers
What is a double used with
300
keyword used to declare a variable data type
What is as
300
cannot start with numbers or have spaces or special characters except for the underscore.
variables names cannot
300
fart
What did i just do
300
can be assigned values like numbers or strings or be assigned values from other sources
What can variables be assigned
400
used with decimal numbers - currency
What is decimal used with
400
converts any value given to it to a string and formats it with the format given
What is the tostring method
400
of all types can be initialized to zero
What is Numeric variables
400
typing
What i am doing
400
can be set to “empty” two ways
What is string variables
500
used for a single character
What is char used for
500
where (location) a variable "lives" in a program
What is scope
500
only exist within their defined scope.
variables can only
500
a blue watch
What i have on my right hand
500
can be set to “empty” two ways
string variables can be