| Lab | Assigned | Design Due (In class) 10 AM |
Implement (In Lab) |
Demo (In Lab) |
Lab Due (In class) Friday 10 AM |
|||||
|---|---|---|---|---|---|---|---|---|---|---|
| 9 | Sep | None | 10-11 | Sep | 17-18 | Sep | 20 | Sep | ||
MyGruntWork class that implements GruntWork.
The JavaDoc (documentation) for this lab details the input parameters and return values that each method should compute.
Hint: To avoid making the same mistakes over and over, test very frequently as you go. That is, type in the body of a procedure, compile, execute, and verify the results, and then go on to the next problem. After you get the hang of it, you can write more code before you test. Detailed instructions for running your program are listed below.
MyGruntWork.java) and compiling it (choose
"Compile" under the "JDE" menu). After the compile has finished successfully
(you will see a message saying so), you may run the program by choosing "Run
App" from the "JDE" menu.
For every CS101 lab you turn in, you should fill in a cover sheet and staple it on the front of your lab. Attach a paper printout of the following:
MyGruntWork.java file containing the methods you wrote
If you need help printing, ask a TA or refer to the help homepage, which has detailed instructions for how to print from the labs.