mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
synced 2025-06-08 06:59:23 +03:00
update lab5
This commit is contained in:
parent
e1258c2542
commit
fc4a97f8ea
@ -43,11 +43,6 @@ public class Sentence {
|
|||||||
System.out.println(word);
|
System.out.println(word);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// public static String[] getSortedWordsByFirstLetter() {
|
|
||||||
//
|
|
||||||
// return Sentence.getSortedWordsByFirstLetter(sentences);
|
|
||||||
// }
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
StringBuilder out = new StringBuilder();
|
StringBuilder out = new StringBuilder();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user