Programming and Computer Science in Java:
Class Notes: Thu, Feb 6, 2003
David Kosbie,
2002-2003
See Course Home Page.
1. Information
- My web page: www.kosbie.net
- 10th period time conflicts (names to me)
- Home machines, next week
- Connectivity: maybe (working on it)
- Java in the classroom status (hurray!!!)
- Java at home status
- Q+A
2. Homework
3. Review
- Chapter 2 (and quiz prep)
- Insertion sort
- Selection sort
- Bubble sort
- Quick sort
- PSVM, variables, while loops
4. Write your own Java programs!
- How to launch JCreator from the student desktop
- How to create a simple project
- How to compile (F7) and execute (F5)
- How to find and fix compile errors (F4)
- Using variables and expressions
- Using a simple while loop
- Printing out sum of numbers in a range
See Course Home Page.