99 Bottles of Beer/Java/Object Oriented: Difference between revisions

m
Fixed syntax highlighting.
(Moving from main task page to shorten it)
 
m (Fixed syntax highlighting.)
 
Line 1:
Another solution for [[99 Bottles of Beer]], which in addition correctly handles the grammar. This solution is object-oriented. It is completely overkill for this problem.
 
<langsyntaxhighlight lang="java">
/*************************
* Interface for things. *
Line 156:
song.sing(System.out);
}
}</syntaxhighlight>
}
</lang>
9,482

edits