Wednesday, August 26, 2009

Code for method

public void determineReorder(){
if(numToys <= 3)
{
System.out.println("Reorder the toy now");
}
else
{
System.out.println("The toy is in stock with " + numToys + " left!");
}
}

Monday, August 24, 2009

Before next class...

  1. Install Netbeans and Java on your home computer.
  2. Read this tutorial about objects: http://java.sun.com/docs/books/tutorial/java/concepts/object.html
  3. Download Thinking in Java:
    http://www.odioworks.com/download/TIJ-3rd-edition4.0.zip
  4. Try to purchase the class text. It is useful.
  5. Send me an email with the following information:

    What do you hope to gain from this class?
    What experience do you have with computers?
    What is your major?
    Any pertinent information you think is necessary.

    david.freer@gmail.com

Welcome to class!

Welcome to "Introduction to Java."

My name is David Freer.