- class Proverb {
-
- Proverb(String[] words) {
- throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
- }
-
- String recite() {
- throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
- }
-
- }
|