Date Topic Notes Java examples In Class Notes In Class Code Weekly Exercises
1/12/26 Intro Java and OOP Intro Hello.java
Hello2.java
Hello3.java
Hello4.java
In Class Notes
None Week 1 Practice
1/14/26 Variables, Input Vars, Arith Exp. Circle.java
Circle2.java
Circle3.java
In Class Notes
None
1/16/26 If Stmt If Statement SalesTax.java
Temp.java
Age.java
ClassGrade.java
Leapyear.java
Tax.java
In Class Notes
None
1/21/26 Loops Loops Donation1.java
Bank2.java
Decay.java
Payment2.java
Donation2.java
Sum3.java
Power2.java
Mult.java
Starsfor.java
PrimeCheck.java
Average.java
In Class Notes
None Week 2 Practice
1/23/26 Math, Random Classes Math, Random Class Quadratic.java
Quadratic2.java
GuessGame.java
Craps.java
In Class Notes
grazedgrains.java
grazedgrains2.java
grazedgrains3.java
1/26/26 String Class String Class StringTest2.java
CountChar1.java
CountChar2.java
CountChar3.java
FirstAlpha.java
In Class Notes
RndTest.java
Week 3 Practice
1/28/26 Quiz 1 Review Q1 Review Spring 2026 No new examples. In Class Notes
pepperoni.java
coincidence.java
monogram.java
marblegame.java
2/2/26 Static Methods StaticMethods PrimeCheck2.java
PrintPatterns.java
In Class Notes
APlus.java
Week 4 Practice
2/4/26 Multiple Classes Multiple Classes Math Example - 4 files
APlus.java
In Class Notes
2/6/26 1D Arrays 1D Arrays testscores.java
CharFreq.java
SortNames.java
In Class Notes
2/9/26 2D Arrays 2D Arrays VideoGameScores.java
TicTacToe_NoObj.java
In Class Notes
Week 5 Practice
2/11/26 Intro Classes Intro Classes Time_V1.java
PuzzleSolver.java
MagicEightBall.java
MagicEightBall_V2.java
In Class Notes
2/13/26 Classes Lec 2 MoreClasses GiftCard.java
Shopping.java
Shopping2.java
In Class Notes
2/16/26 Method Overloading Method Overloading fraction.java
FractionTests.java
FractionGame.java
In Class Notes
Week 6 Practice
2/18/26 Has-a Relationship Has-a Relationship Address Book Example In Class Notes
Book.java
Author.java
2/23/26 Inheritance Inheritance Coordinate.java
ColorCoordinate.java
fraction.java
mixedfraction.java
Week 7 Practice
2/25/26 Inheritance 2 Inheritance 2 Pac Man Example
In Class Notes
2/27/26 Polymorphism Polymorphism C.java(Ex #1)
In Class Notes
3/2/26 Polymorphism 2 Polymorphism 2 C.java(Ex# 2)
In Class Notes
Week 8 Practice
3/4/26 Interfaces Interfaces Shape2D.java
Circle.java
Triangle.java
Rectangle.java
TestShape2D.java
In Class Notes
3/6/26 Comparable Interface Comparable Interface fraction2.java
SortFractions.java
sidewayssorting.java
sortofssorting.java
In Class Notes
Problem
sorting.in
sorting.out
sorting.java
3/9/26 Abstract Classes Abstract Classes Pacman Version 2
In Class Notes
3/11/26 Quiz 3 Review Review Notes
Q3 Sample
C.java
In Class Notes
Sudoku.java
sudoku.in
ModesOfTransportation.java
Walking.java
Sprinter.java