CSC 157 Assignments

Curricula
syllabus |
announcements |
assignments | discussion

Archives
student work |
review notes

Resources
research materials |
tutorials | web courses |

Contacts
home to: course | instructor |
department | La Salle home

E-Mail: redmond@lasalle.edu  


Spring 2001

Assignment 1 - Getting Started - create project, compile, run. E-mail attachment.

Code to use for Assignment 1.
(code for practice use in lab)

Look under Resources for document on using Microsoft Visual Studio environment.

Assignment 2 - A Simple Program with Input, Output, Calculations.

Assignment 3 - A Program using IFs + with Input, Output, Calculations.

Assignment 4 - A Program using loops + with Input, Output, Calculations and IFs.

Assignment 5 - Testing - creating test cases.

Code to use for Assignment 5.

Assignment 6 - A Program using switch, and for, with continuing appearences of Input, Output, Calculations and IFs - make sure you validate inputs.

Assignment 7 - A Program using a pre-written (non-system) function.

Header file to include for Assignment 7.
Code to use for Assignment 7. Don't #include - but "add to project"

Assignment 8 - Writing and using function(s).

Assignment 9 - Using Microsoft Visual Studio's Debugger.
Code for in lab exercise.
You need divides.h and divides.c too. There is also code that you need for the assignment.
As promised, here is my Assignment 9 Answers.
original unbuggy code.

Assignment 10 - Arrays and Passing Arrays to Functions.

Assignment 11 - Arrays and Searching and Sorting and Efficiency.

Header file to include for Assignment 11.
Code to use for Assignment 11. Don't #include - but "add to project"

Assignment 12 - Parallel Arrays .