In Class Notes and Programs

Date Notes Sample Programs
1/9 Introduction Copy of IDLE session
1/11 Assginment Statement Copy of IDLE session
area.py
area2.py
tax.py
1/18 Copy of IDLE session
table.py
1/23 If Statement beer.py
age.py
scholarship.py
1/25 Summary Notes random.py
leapyear.py
1/30 For Loop sum.py
sum2.py
sum3.py
sum4.py
sum5.py
loan.py
triangle.py
2/1 While Loop, Lists IDLE Transcript
guess.py
credit.py
2/3 Turtle Time! turtleprog.py
2/6 Dictionaries IDLE transcript
censor.py
2/8 Functions mastermind.py
2/13 Stacks/Queues parens.py
readpostfix.py
2/20 C Basics hello.c
2/27 Loops loops.c
guess-original.c
3/12 C - Files readfile.c
numbers.txt
starsfile.c
bigdiamond.txt
weather.c
weather2.c
HIHONOLU.txt
AKJUNEAU.txt
NPKTMNDU.txt
3/14 Arrays weather3.c
3/21 2-D Array Activity game.c
game2.c
3/26 Functions snowman.c
probability.c
3/28 Review Questions
group1.c
group2.c
group3.c
group4.c
group5.c
array.c
sumcubes.c
height.c
height.in
height.out
harmonicmean.c
4/6 Array/File Class Exercise tv.c
4/6 File Processing Example editwords.c