[ ^ CSE 341, Winter 2004 home page ]
Micro-Homework 3
Due: Fri 20 Feb 2004 Mon 23 Feb 2004
- Obtain and install an instance of Squeak 3.6 (make
sure you get the right version) that you can run on the
computer(s) where you commonly work (i.e., the lab or your
personal machine). The Squeak
home page or the Squeak help pages may help you do
this.
- Create your own .image and .changes file using the
instructions provided at the Squeak help pages or in the section notes.
- Create a class with at least one field and at least one
method that returns a value. fileOut the class to a text
file.
- Open a Workspace. Create an instance of your class and send
it at least one message using printIt. Save the workspace
contents to a text file.
- Send the two text files from the previous two steps as
attachments to Sandra with the subject line
[cse341-microhw-3-lastname-firstname]
.