November 18, 2019
| Day | # | Links | Content |
|---|---|---|---|
| 14 | Lab 01 | webpage • printable document • editable document | Introduction |
| 16 | Lab 02 | webpage • printable document • editable document | Editing Your First Program |
| 21 | Lab 03 | webpage • printable document • editable document | Your First Project and Variables |
| 23 | Lab 04 | webpage • printable document • editable document | Documentation, Numerical Operations and Replacing |
| 28 | Lab 05 | webpage • printable document • editable document | Reading a String from the user, numeric datatypes |
| 30 | Lab 06 | webpage • printable document • editable document | Reading numerical values from the user, Milestone #1, First Problem |
| Day | # | Links | Content |
|---|---|---|---|
| 4 | Lab 07 | webpage • printable document • editable document | First class manipulation (the Rectangle class) |
| 6 | Lab 08 | webpage • printable document • editable document | Solution to the Rectangle class, write your PreciseRectangle class |
| 11 | Lab 09 | webpage • printable document • editable document | Your own Circle class |
| 13 | Lab 10 | webpage • printable document • editable document | Solution to Circle, A Room Class |
| 18 | Lab 11 | webpage • printable document • editable document | Solution to Project #1, Example for Marker Class, Milestone #2 |
| 20 | Lab 12 | webpage • printable document • editable document | Solution to Exam #1 |
| 25 | Lab 13 | webpage • printable document • editable document | Booleans, conditions, a guessing game |
| 27 | Lab 14 | webpage • printable document • editable document | Basic Conditional Statements |
| Day | # | Links | Content |
|---|---|---|---|
| 2 | Lab 15 | webpage • printable document • editable document | Practicing if and switch |
| 4 | Lab 16 | webpage • printable document • editable document | First while statements, user-input validation |
| 9 | Lab 17 | webpage • printable document • editable document | Flavors of while loops and first TryParse |
| 16 | Lab 18 | webpage • printable document • editable document | while and do…while loops |
| 18 | Lab 19 | webpage • printable document • editable document | Hints for Project #2 |
| 21 | Lab 20 | webpage • printable document • editable document | Loan Calculator |
| 23 | Lab 21 | webpage • printable document • editable document | Reading and comparing char |
| 25 | Lab 22 | webpage • printable document • editable document | A Class for Chemical Elements (static members) |
| 28 | Lab 23 | webpage • printable document • editable document | Solution for Project #2 |
| 30 | Lab 24 | webpage • printable document • editable document | Reading int from the user and converting them into char |
| Day | # | Links | Content |
|---|---|---|---|
| 1 | Lab 25 | webpage • printable document • editable document | Exam #2 |
| 6 | Lab 26 | webpage • printable document • editable document | Basic array manipulation |
| 8 | Lab 27 | webpage • printable document • editable document | for loops |
| 13 | Lab 28 | webpage • printable document • editable document | Project #3 |
| 15 | Lab 29 | webpage • printable document • editable document | Loop and Arrays |
| 20 | Lab 30 | webpage • printable document • editable document | Copying Arrays |
| 22 | Lab 31 | webpage • printable document • editable document | Comparing Arrays |