This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Ok. I think I understand what this is supposed to. I am just not getting how to correctly implement in my code. I have tried several things. Am I close with this?
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32694
4
posted
0
Yes that should work, but a few minor enhancements . . .
Miss out the 1. That would suggest you want your print-out to be 1 character wide.
If you are using printf, it is probably better to use %n which produces a system-dependent output, than \n.
In the code you quoted, you can leave out the toString() bit. You just write fillup[0] and it calls toString automatically.
You will of course have to write something in the fillup toString() method.