I just finished lesson 4...
Lesson 4: Working with Variables, Expressions, Statements, and OperatorsThis lesson explains what a variable is and how to use them in your applications. You’ll also learn the difference between expressions and statements and how you can use operators, like the addition operator (+) in your code.
Video Duration: 29 minutes, 55 seconds
Notes:
- Visual Basic is NOT a case-sensitive language!
- Strings and Variables
- Numeric Data Types Integer/Double/Boolean
- Variable Name (no quotes) - e.g. a bucket/container
- String Literal (with quotes) - e.g. the content itself
- Explicit (programmer code) and implicit (handled by VB) data type conversions.
- Best practice is to do the conversion yourself (explicit).
- Parse
- Expressions vs Statements - "Expressions can be Evaluated... Statements can be executed."
No comments:
Post a Comment