Date Topic Notes C examples In Class Notes In Class Code
8/18/25 First Program Intro Notes hello.c
printexamples.c
feettomile.c
In Class Notes welcome.c
8/20/25 Input/Output IO
Sample Program: Trains
Sample Program: Road Trip
Sample Program: Dinner
varinit.c
feettomile2.c
circle.c
tempconvert.c
trains.c
In Class Notes printexample.c
totalwork.c
totalwork2.c
trainsinclass.c
8/22/25 Arithmetic Expressions Arith Expr Notes arithmetic.c
grade.c
sphere.c
easytax.c
In Class Notes tables.c
8/25/25 Mod Mod Notes runmile.c
feettoinches.c
digitextraction.c
pizza.c
indexconvert.c
In Class Notes dinner.c
8/27,29/2025 Calling Functions: Math, Random Call Func Notes 1
Call Func Notes 2
compint.c
quadratic.c
manhattan.c
equalpizza.c
lawcos.c
mult01.c
randnum.c
Notes 8/27
Notes 8/29
testmath.c
testrand.c
dough.c
toppings.c
pepperoni.c
hotel.c
9/8/2025 If Statement If Notes salestax.c
quadratic2.c
quadratic3.c
tempconvert2.c
priceisright.c
ltrgrade.c
wage.c
slope.c
risk.c
Notes 9/8
9/10/25 If Statement More If Notes desk.c
tax.c
age.c
irs.c
ifpitfalls.c
ifpitfalls2.c
Notes 9/10 family.c
9/12/2025 While Loop While Notes choice.c
game.c
beer.c
sum.c
sum2.c
mile.c
guess.c
tip.c
Notes 9/12 suminclass.c
9/15/2025 While, For Loop For Notes sumdigits.c
bankinclass.c
arithgame2.c
forloop.c
perfect.c
Notes 9/15 bank2.c
9/17/2025 Loop Control Loop Control Notes Program with Bugs to Fix
prime.c
testscores.c
Notes 9/17 bank3.c
tracing.c
9/19/2025 Nested Loops Nested Loops Notes stars.c
starsbacktri.c
diamond.c
xyz.c
tooperfect.c
Notes 9/19 nestedlooppatterns.c
triright.c
diamond.c
9/22/2025 Calling Your Prewritten Functions Notes calcgrade.c
snow.c
Notes 9/22 starsfuncinclass.c
9/29/2025 Writing Functions Notes compgrade.c
compgrade2.c
tax2.c
trinum.c
mathfunc.c
mymathfuncs.c
Notes 9/29
10/1/2025 Writing Functions 2 Notes max3.c
lawcos2.c
age2.c
funcstars.c
morestars.c
passval.c
param.c
param2.c
blackj.c(unfinished)
Notes 10/1
10/3/2025 Writing Functions 3 Notes
Pass by Reference
swap.c
badswap.c
bank.c
bank2.c
blackj2.c
trace.c
Notes 10/3 swapattempt.c
bank_sol.c
10/6/2025 File I/O Notes - V3
Jetski Problem
Kakuro Problem
girlscout.c
jetski.c
jetski.in
jetski.out
kakuro.c
kakuro.in
kakuro.out
Notes 10/6 jetski.c
jetski_v2.c
cookie.txt
cookiegraph.txt
10/8/2025 Arrays: 1D Notes
testscores2.c
mountainclimb.c
freq.c
Notes 10/8 apscores.c
10/10/2025 Arrays: 1D Notes
freq2.c
freqstars.c
freqstars2.c
height.c
teststats.c
cycle.c
Notes 1010 vote.c
10/13/2025 Basic Sorting Notes sortnum.c
Notes 10/13
10/20/2025 Arrays: 2D Notes mult.c
pascaltri.c
pascaltri2.c
gridwalking.c
10/22/2025 Arrays: 2D Notes magicsquare.c
ttt.c
10/24/2025 Arrays: 2D Notes connectfour.c
mine.c
10/27/2025 File I/O w/arrays Notes - V1
weather.c
weatherstuff.c
avgtemp.c
FLORLAND.txt
10/29/2025 Character Processing Notes code.c
fivetimes.c
caps.c
wordcnt.c
vowel.c
freq.c
freqfile.c
flipcipher.c
caesar.c
affine.c
vigenere.c
10/31/2025 Strings Notes
strexample.c
mystrlib.c
firstname.c
11/3,5,7/2025 Arrays of Strings Notes freqstrings.c
words.txt
words2.txt
strscramble.c
scrambledwords.txt
sortwords.c
scrabble_example.c
dictionary.txt
11/10/2025 Structures 1 Notes block.c
block2.c
blocktest.c
tile.c
tile2.c
11/17/2025 Structures 2 Notes hotel.c
toys.c
cardexample.c
11/19/2025 Fantasy Basketball Example Description
2004.txt
2004.out
allstar.out
fantasy.c
11/19/2025 Employee Example Description
Sample Input File: emp.txt
Sample Output File: emp.sort
emp.c