COSC 1315 Syllabus
Final Exam Requirements
Be able to plan the logic for a program that uses array processing.
Be able to plan a program that uses functions for each individual task.
Be able to write a complete program from your approved design.
Be able to declare parallel arrays of different data types.
Be able to assign values to arrays at declaration.
Be able to fill array elements from user input.
Be able to pass individual array elements to a function for processing.
Be able to pass an entire array to a function.