CS 1063: Introduction to Programming

Exam 2 Study Guide

Course Web Site

CS 1063 Web Site

Programming Hints

Using the toString Method

Example Programs

Example programs implemented in class will be put here.

HelloWorld.java

RectangleMain.java

Week3.java

TGIF.java

ButtonMain.java, Button.java, Button.xml (the project file)
Put all three files in the same folder.  In DrJava, open the project file (select Open from the Project menu).  You should be able to compile the files and run ButtonMain.java.

DiceMain.java, Dice.java, Dice.xml (the project file)
Put all three files in the same folder.  In DrJava, open the project file (select Open from the Project menu).  You should be able to compile the files and run DiceMain.java.

GreeterTest.java, Greeter.java, Greeter.xml (the project file)

CarTest.java, Car.java, Car.xml

StudentTest.java, Student.java, Student.xml

ScannerExample.java

Quadratic1.java

ThreeNumbers.java

TwoStrings.java

SlowCubeRoot.java

GCD.java

Study Guides

Exam 1 Study Guide

Exam 2 Study Guide

Final Study Guide

Other

Back to Tom Bylander's Home Page