- Education Resources
PrivacyContact Glossary for C#: variables
Learn C# (C sharp) in FREE step-by-step lessons.
assign: Assign means to give a value to a variable.(Lesson:
Variables)
   
This statement assigns a new value to a variable.assign value: Assigning Values to a Variable(Lesson:
Variables)
   
Syntax of the assignment statement to give value to variabledirectory, local: Using the local directory(Lesson:
Variables)
   
This shows how to store pictures or other files in the local directorydouble: double (Lesson:
Variables)
   
Double is a variable type that has decimal places. Money is always expressed as double values. Example: 0.25, 3.00, etc.global variables: Global Variables(Lesson:
Variables)
   
A global variable can be accessed, changed,
or modified anywhere in the program. integer: integer (Lesson:
Variables)
   
integer is a variable type that does not have decimal places.local directory: Using the local directory(Lesson:
Variables)
   
This shows how to store pictures or other files in the local directorytype drill: Drill on type(Lesson:
Variables)
   
Self study drill to make sure you understandtypes and variables: Microsoft Reference(Lesson:
Variables)
   
C# Types and Variablesvariable declaration: Declaring Variables(Lesson:
Variables)
   
Syntax for statement to declare a variablevariable name drill: Drill on Names(Lesson:
Variables)
   
Self study drill to make sure you understandvariable names: Variable Names(Lesson:
Variables)
   
Rules and guidelines for naming variablesvariable type: Variable Types(Lesson:
Variables)
   
Object typesvariables: Variables(Lesson:
Variables)
   
Variable definition, types, and how to declare variablesvariables, global: Global Variables(Lesson:
Variables)
   
A global variable can be accessed, changed,
or modified anywhere in the program. Full Glossary