Site MapHelpFeedbackChapter Objectives
Chapter Objectives
(See related pages)


Variables, Constants, and Calculations

Upon completion of this chapter, your students will be able to
1. Distinguish between variables, constants, and controls.
2. Differentiate among the various data types.
3. Apply naming conventions incorporating standards and indicating the data type.
4. Declare variables and constants.
5. Select the appropriate scope for a variable.
6. Convert text input to numeric values.
7. Perform calculations using variables and constants.
8. Convert between numeric data types using implicit and explicit conversions.
9. Round decimal values using the Decimal.Round method.
10. Format values for output using the ToString method.
11. Use Try/Catch blocks for error handling.
12. Display message boxes with error messages.
13. Accumulate sums and generate counts.







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 3 > Chapter Objectives