Week4

We first finished off with for loops and then started to talk about arrays and strings.

We will first discuss the solutions to our midterm questions.

Then we will continue this week with StringBuilder, Char data types and searching/sorting array examples. We will also learn about variable length parameter lists, command line arguments and the enum type.

We will also start advanced topics in classes if time permits.

Powerpoint Slides

strings_arrays.ppt

C# code we discussed in class (renamed as .txt files for security reasons)

string_code.zip

stringbuilder.zip

collectingsearch_cs

paramarraytest_cs

varargstest_cs

enum_cs

randomexercise_cs