CSC 157 - Review

Curricula
syllabus |
announcements |
assignments | answers to questions

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  


I expect to put examples here, and probably some sample questions before tests.

Here
is the first midterm from last year. Note that we had covered some things that you have not covered yet (and vice versa).

Here is the craps program with looping until there is a winner or loser. The text version is so that the code can be viewed in a browser instead of having to be downloaded.

Here is the craps program with playing until the user is out of money or doesn't want to play anymore - demonstrating nested loops. The text version is so that the code can be viewed in a browser instead of having to be downloaded.

Here
is the second midterm from last year. Note that we had covered some things that you have not covered yet (and vice versa). Answers
to questions that are appropriate for this year. Note, we have also covered this year: while and do-while, and arrays

Here
is a review of Things from Chapter 4 we have covered using examples. .

.

.

.

.

.

.

.

.

Here
is the code for the GUI version of the pizza program, shown in class on 2/6/02.

Here
is a .txt version of the code for the GUI version of the pizza program, shown in class on 2/6/02. By making it a txt file you should be able to see it online instead of having to download it and open Forte in order to see it