Lewis/Loftus code listings

Code listings suspiciously similar to those found in the Lewis and Loftus text are available here:

http://www.cis.uab.edu/ranelli/cs201/Java5Programs/

for loops

for (int i=0; i<n; i++) {

System.out.print("*");

}

 

What was the question? 

Installing Dr Java on your Laptop/Home Computer

Submitted by overcasi on Tue, 2008-01-15 18:45.

Windows -
(These directions are specific to Windows XP, though they should hold for Vista as well)

On Windows you will need the Java Development Kit to run Dr Java. If you already have the JDK skip down to installing Dr Java. (Note: Java 6 is known to cause problems with DrJava. Please contact Isaac (overcast at evergreen dot edu) if you need help with this).
1) Go to the Java Downloads Page.
2) Choose the "Download" button in the box labeled "JDK 5.0 Update 14".
3) Check the box to indicate your agreement to the license.
4) Click on the link for the "Windows Online Installation".
5) Once this file is downloaded, locate it and double-click on it.
6) Walkthrough of the JDK Installer:

Textbook and Seminar Reading List

Submitted by weissr on Sat, 2006-12-30 16:00.

See http://www.tescbookstore.com/textbooks.asp for prices at the TESC bookstore.

  • Discrete Mathematics and Its Applications, Sixth Edition, by Kenneth H. Rosen, McGrawHill, 2007 Isbn: 978-0073269023
  • iJava, by Robert Moll, 0th edition
  • Digital Computer Electronics, Malvino and Brown
  • Java Software Solutions (Java 5.0 version): Foundations of Program Design (5th Edition), by John Lewis and William Loftus, Addison Wesley 2006 Isbn: 0321445082
  • The Pattern on the Stone, W. Daniel Hillis
  • The Evolution of Technology, by George Basalla, Cambridge University Press, 1988 Isbn: 978-0521296816
  • The Victorian Internet, by Tom Standage, Berkley Books, 1998 Isbn: 978-0425171691
  • Dreaming in Code, by Scott Rosenberg
  • The Code Book: The Science of Secrecy from Ancient Egypt to Quantum Cryptography (Paperback), by Simon Singh, Anchor, 2000 Isbn: 0385495323

The course description can be found on grace

Submitted by weissr on Sat, 2006-12-30 15:57.

The program website is on grace