CMPSC 201 - Ch. 11 Resources

Lecture Notes - arrays

Demo Program #1 - passing a two-dimensional array of chars by reference

Demo Program #2 - the use of arrays

Demo Program #3 - the use of an array with a loop, accumulating a total

Demo Program #4 - the use of parallel arrays

Demo Program #5 - use of a two-dimensional array

Demo Program #6 - using an array and passing the array to a function

Demo Program #7 - neatly displaying a two-dimensional array

Demo Program #8 - searching an array for a maximum value as well as the position of that value using a linear search

Demo Program #9 - searching an array for a value with a binary search

Worksheet #1 - true/false & write-the-code questions about arrays

Worksheet #2 - more true/false & write-the-code questions about arrays