CSCI 1301 – Lab

Clément Aubert

December 4, 2018

using System;
class Welcome
{
   static void Main()
   {
      Console.WriteLine("Welcome to the lab portion of CSCI 1301!");                   
   }
}

Back to the class page

August

Day # Links Content
16 Lab 01 webpageprintable documenteditable document Introduction
21 Lab 02 webpageprintable documenteditable document Editing Your First Program
23 Lab 03 webpageprintable documenteditable document Your First Project and Variables
28 Lab 04 webpageprintable documenteditable document Documentation, Numerical Operations and Replacing
30 Lab 05 webpageprintable documenteditable document Reading a String from the user, numeric datatypes

September

Day # Links Content
4 Lab 06 webpageprintable documenteditable document Reading numerical values from the user, Milestone #1, First Problem
6 Lab 07 webpageprintable documenteditable document First class manipulation (the Rectangle class)
11 Lab 08 webpageprintable documenteditable document Solution to the Rectangle class, write your PreciseRectangle class
13 Lab 09 webpageprintable documenteditable document Your own Circle class
18 Lab 10 webpageprintable documenteditable document A(nother) Room Class
20 Lab 11 webpageprintable documenteditable document Project #2
25 Lab 12 webpageprintable documenteditable document Review Session (Room and Grade classes)
27 Lab 13 webpageprintable documenteditable document DetailledAccount class and Tip Calculator

October

Day # Links Content
2 Lab 14 webpageprintable documenteditable document Milestone #2
4 Lab 15 webpageprintable documenteditable document Exam #1 Debriefing
9 Lab 16 webpageprintable documenteditable document Booleans, conditions, a guessing game
16 Lab 17 webpageprintable documenteditable document Basic Conditional Statements
18 Lab 18 webpageprintable documenteditable document Reading and comparing char
23 Lab 19 webpageprintable documenteditable document loan class, practicing if and switch
25 Lab 20 webpageprintable documenteditable document User Input Validation
30 Lab 21 webpageprintable documenteditable document while and do…while loops

November

Day # Links Content
1 Lab 22 webpageprintable documenteditable document Hints for Project #3
6 No Lab Review Session
8 No Lab Exam #2
13 Lab 23 webpageprintable documenteditable document for loops
15 Lab 24 webpageprintable documenteditable document for loops (bis)
20 Lab 25 webpageprintable documenteditable document Arrays
27 Lab 26 webpageprintable documenteditable document Array Algorithms
29 Lab 27 webpageprintable documenteditable document The “Wireless Service Provider” class

December

Day # Links Content
04 Lab 28 webpageprintable documenteditable document A Random Guessing Game