Dec 11, 2004 21:10
I'm doing a project where I evaluate and fix up a program some students wrote a few years ago. They wrote it for their Honours project, and I'm fixing it for my Honours project. Here is an actual method from a class called NumberTag:
public float toNumber(){
// Blah.
return 0;
}
This is comedic gold. A laff riot.