ENGR 2304/COSC 1336 Useful Links

Videos

Chapter 1  Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 7

Chapter 1:

            Introduction to Chapter 1

           (Note: Use right click and "Save Target as ..." to save file to 
            local computer, then view.)

            Need more help installing NetBeans?  Try these:
            * Download for Windows XP from Sun Microsystems (click here to download). 
            * Save the executable file on your desk top.
            * Execute it by double-clicking
            * Take all defaults as is.
            * You're done.  Congratulations!


            Lecture PowerPoint Chapter 1-1 
            Lecture PowerPoint Chapter 1-2 
 

Chapter 2  

            Introduction to Chapter 2

            Lecture PowerPoint Chapter 2-1 
            Lecture PowerPoint Chapter 2-2 
            Lecture PowerPoint Chapter 2-3

            Hints on Assignment 3
            More Hints on Assignment 3
            JOptionPane Tutorial
 

Java Source Files
CircleAreaScanner.java
CircleAreaJOptionPane.java
Average2Nums.java
CalculateSum.java
CalculateSumMultiple.java
ConvertSeconds.java
 

Chapter 3  

            Introduction to Chapter 3

            Hints on Assignment 4

            Java 2 Platform Packages

                Scanner class documentation 

            Lecture PowerPoint Chapter 3-1 
            Lecture PowerPoint Chapter 3-2 

Java Source Files
Echo.java
FormatOutput.java
Quadratic.java
RandomNumbers.java
StringMutation.java
PhoneNumberStart.java

Chapter 4  

            Introduction to Chapter 4


            Hints on Assignment 5
 

            Lecture PowerPoint Chapter 4-1 
            Lecture PowerPoint Chapter 4-2 

Java Source Files
Cylinder.java
TestCylinder.java 
TestTwoCylinders.java
Cylinder1.java (with toString and roundValue methods)
TestCylinderToString.java
SimpleBox.java  (Example similar to Box class)
TestSimpleBox.java
 

Chapter 5  

            Introduction to Chapter 5

            Lecture PowerPoint Chapter 5-1 
            Lecture PowerPoint Chapter 5-2
            Lecture PowerPoint Chapter 5-3

Java Source Files

Sequence and Selection
AgeOneWay.java
AgeTwoWay.java
IncrNum.java
Comfort.java
TestComfort.java
MultiWayCalculator.java
TestMultiWayCalculator.java
ElseIfExample.java
MultiWayElseIf.java
MultiWaySwitch.java
LogicalExpressionAnd.java
LogicalExpressionSeatBelt.java
LogicalExpressionsOr.java

Repetition
ForExample.java
MultiplicationTable.java
DoExample.java
WhileExample.java
AverageNumbers.java
AverageNumbersWithZeroCheck.java
SumEvenIntegers.java
SumEvenIntegersRepeat.java
FirstMultipleOfThree.java
AllMultiplesOfThree.java
 

Chapter 7  

            Introduction to Chapter 7

            Lecture PowerPoint Chapter 7-1 
            Lecture PowerPoint Chapter 7-2 

Java Source Files

ForLoopArray.java
InitializerArray.java
PayrollArray.java
LetterCount.java