April 22, 2019
using System;
class Welcome
{
static void Main()
{
Console.WriteLine("Welcome to the lab portion of CSCI 1301!");
}
}| Day | # | Links | Content |
|---|---|---|---|
| 8 | Lab 01 | webpage • printable document • editable document | Introduction |
| 10 | Lab 02 | webpage • printable document • editable document | Editing Your First Program |
| 15 | Lab 03 | webpage • printable document • editable document | Your First Project and Variables |
| 17 | Lab 04 | webpage • printable document • editable document | Documentation, Numerical Operations and Replacing |
| 17 | Lab 05 | webpage • printable document • editable document | Reading a String from the user, numeric datatypes |
| 24 | Lab 06 | webpage • printable document • editable document | Reading numerical values from the user, Milestone #1, First Problem |
| 29 | Lab 07 | webpage • printable document • editable document | First class manipulation (the Rectangle class) |
| 31 | Lab 08 | webpage • printable document • editable document | Solution to the Rectangle class, write your PreciseRectangle class |
| Day | # | Links | Content |
|---|---|---|---|
| 05 | Lab 09 | webpage • printable document • editable document | Your own Circle class |
| 07 | Lab 10 | webpage • printable document • editable document | Solution to Circle, A Room Class |
| 19 | Lab 11 | webpage • printable document • editable document | Booleans, conditions, a guessing game |
| 21 | Lab 12 | webpage • printable document • editable document | Basic Conditional Statements |
| 26 | Lab 13 | webpage • printable document • editable document | Practicing if and switch |
| 28 | Lab 14 | webpage • printable document • editable document | First while statements, user-input validation |
| Day | # | Links | Content |
|---|---|---|---|
| 05 | Lab 15 | webpage • printable document • editable document | Flavors of while loops and first TryParse |
| 11 | Lab 16 | webpage • printable document • editable document | while and do…while loops |
| 13 | Lab 17 | webpage • printable document • editable document | Hints for Project #2 |
| 20 | Lab 18 | webpage • printable document • editable document | Characters and strings |
| 22 | Lab 19 | webpage • printable document • editable document | The LoanCalculator Class |
| 26 | Lab 20 | webpage • printable document • editable document | Solutions for Project #2 |
| 28 | Lab 21 | webpage • printable document • editable document | Solutions to some problems of Exam #2 |
| Day | # | Links | Content |
|---|---|---|---|
| 02 | Lab 22 | webpage • printable document • editable document | Basic array manipulation |
| 05 | Lab 23 | webpage • printable document • editable document | for loops |
| 16 | Lab 24 | webpage • printable document • editable document | Static Methods |
| 18 | Lab 25 | webpage • printable document • editable document | Project #3 |
| 22 | Lab 26 | webpage • printable document • editable document | Coming back on for loop, and manipulating two arrays |
| 24 | Lab 27 | webpage • printable document • editable document | Two problems |