Killing time, working ahead on java5, Times.java
Wondering about the intent of the assignment.
I can print the first line of the table three ways:
- as a
string (not 'algorithmic' at all, but to the point);
- with a third loop (looks a little silly);
- or, by adding about 10 lines, within the two loops I'm using (much more 'algorithmic', but very nasty looking).
The third way strikes me as getting the most mileage out of the assignment by making me jump through the most hoops, but I can't decide if that's the intent.
Or, should I just wait and submit it the way I like, and see what nits get picked then?
deener