Here be labs. Pardon the dust.
The standard links will take you to their respective pages for viewing. Commentary and screenshots also included when available.
.java files are hosted on DropBox for download.
Lab 1 – A (procedural) program was created to find the sum, average, lowest and highest numbers, and various other operations.
Lab 1.java
Lab 2 – An (Object-Oriented) program was created to find the sum, average, lowest and highest numbers, and various other operations.
Lab 2.java
NumberStats.java
Lab 3 – A program was created to show how class methods can be overriden using a subclass (inheritance).
Lab 3.java
MobileDevice.java
SmartPhone.java
Android.java
iPhone.java
WindowsPhone.java
Lab 4
Lab 4.java
Movable.java
Car.java
Plane.java
Ship.java