COMPUTER SCIENCE Summer 2006
Unit 1, Lab00 Hello Robot, your first program

  1. Assignment: type in the program on page One-4. Save, Compile, and Run this first program.

  2. Put in comments at the top of the program Your Name and Today's Date. Comments begin with the symbols // for a single line or use /* ... */ to enclose multiple lines of comments.

  3. LabShell.java - an example first shell program - this program has all the necessary parts you need for your first programs.

  4. Standard pieces of a Java program with JKarel, the Robot world