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
In Class Notes
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
9/10/25 If Statement More If Notes desk.c
tax.c
age.c
irs.c
ifpitfalls.c
ifpitfalls2.c
9/12/2025 While Loop While Notes choice.c
game.c
beer.c
sum.c
sum2.c
mile.c
guess.c
tip.c
sumdigits.c
bankinclass.c
arithgame2.c
9/15,17/2025 For Loop For Notes forloop.c
perfect.c
Program with Bugs to Fix
9/19/2025 Loop Control Loop Control Notes prime.c
testscores.c
9/22/2025 Nested Loops Nested Loops Notes stars.c
starsbacktri.c
diamond.c
xyz.c
tooperfect.c
9/29/2025 Calling Your Prewritten Functions Notes calcgrade.c
snow.c
10/1/2025 Writing Functions Notes compgrade.c
compgrade2.c
tax2.c
trinum.c
mathfunc.c
mymathfuncs.c
10/3/2025 Writing Functions 2 Notes max3.c
lawcos2.c
age2.c
funcstars.c
morestars.c
passval.c
param.c
param2.c
blackj.c(unfinished)
10/6/2025 Writing Functions 3 Notes
Pass by Reference
swap.c
badswap.c
bank.c
bank2.c
blackj2.c
trace.c
10/8,10/2025 Arrays: 1D Notes
testscores2.c
mountainclimb.c
freq.c
freq2.c
freqstars.c
freqstars2.c
height.c
teststats.c
cycle.c
testscoredyn.c
10/13/2025 Basic Sorting Notes sortnum.c
10/20,22,24/2025 Arrays: 2D Notes mult.c
pascaltri.c
pascaltri2.c
gridwalking.c
magicsquare.c
ttt.c
connectfour.c
mine.c
10/27/2025 File I/O Notes - V1
Notes - V3
Jetski Problem
Kakuro Problem
Python Notes
code.c
girlscout.c
jetski.c
jetski.in
jetski.out
kakuro.c
kakuro.in
kakuro.out
weather.c
weatherstuff.c
avgtemp.c
FLORLAND.txt
10/29/2025 Character Processing Notes 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