Working with BlueJ
CS 160 Out-Lab2
Due Februaru 3, 2004
What to do:
The outlab will get familiar with using the BlueJ environment and
start writing your own applications
- Open Blue J
- Start a new project
- Create a new class called "MyFirstClass"
- You are going to use print statements to create
shapes such as the human head below:
|~~~~~|
| o o |
[| ( |]
| \_/ |
\_____/
- There is another example of a face in chapter 1 on page 31
- Be creative and design something worthwhile, or just go with my
creation.
Next week's lab
Next week's lab will work with chapter 2 and chapter 3 in the book. You
will need to create methods and pass variables to the method. You will
need to create objects.