VISUAL BASIC.NET I
Homework
Homework is due the at the beginning of the class on the date due. All coding must be well documented using comment code. Code comments help me to understand what the student is attempting to accomplish in the code. Commenting code is good practice for the student and is required by managers in the profession.
The Visual Basic.NET smart editor in the Microsoft Visual Studio environment will color code comments in the code in green font color, reserved words are shown in blue and literals are displayed in red. All other coding is shown in black. Color selection for each kind of code element is automatically done by the smart editor in Visual Studio.
To see an example of code comments click here.
