V
Size: a a a
V
AB
B
B
TB
AV
public String getInput() {
Scanner sc = new Scanner(System.in);
return sc.nextLine();
}
в public String getInput(InputStream in) {
Scanner sc = new Scanner(in);
return sc.nextLine();
}
Такой метод легко тестировать с моками или фейками.AV
AB
AS
B
public String getInput() {
Scanner sc = new Scanner(System.in);
return sc.nextLine();
}
в public String getInput(InputStream in) {
Scanner sc = new Scanner(in);
return sc.nextLine();
}
Такой метод легко тестировать с моками или фейками.i
i
Document doc = null;
doc = Jsoup.connect("https://www.reddit.com/r/JoJoMemes")
ZE
Document doc = null;
doc = Jsoup.connect("https://www.reddit.com/r/JoJoMemes")
i
АС
AD
АС
AD
ED
АС