ENGR 2304/COSC 1336 Useful Links
(Note: Use right
click and "Save
Target as ..." to save file to
local
computer, then view.)
Need more
help installing JBuilder? Try these files:
JBuilder
Install Readme.txt
JBuilder
Borland Instructions
JBuilder
Docs Borland Instructions
Lecture
PowerPoint Chapter 1-1
Lecture
PowerPoint Chapter 1-2
Introduction to Chapter 2
Hints on Assignment
3
More Hints
on Assignment 3
Lecture
PowerPoint Chapter 2-1
Lecture
PowerPoint Chapter 2-2
Lecture PowerPoint Chapter
2-3
Java Source Files
Average2Nums.java
CalculateSum.java
CalculateSumMultiple.java
ConvertSeconds.java
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
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
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.javaRepetition
ForExample.java
MultiplicationTable.java
DoExample.java
WhileExample.java
AverageNumbers.java
AverageNumbersWithZeroCheck.java
SumEvenIntegers.java
SumEvenIntegersRepeat.java
FirstMultipleOfThree.java
AllMultiplesOfThree.java
Introduction to Chapter 7
Lecture PowerPoint Chapter 7-1
Java Source Files
ForLoopArray.java
InitializerArray.java
PayrollArray.java
LetterCount.java