задача Articles 2.0 от Exercise: Objects and Classes - Java Fundamentals - септември 2019
Здравейте, имам още идин проблем с тази задача. Това ми е решението https://pastebin.com/QQCGY8ye и проблемът е че печати празен символ на втория и третият ред. Къде ми е грешката и как да я оправя?
Това е условието 4. Articles 2.0
Change the program from the second problem, so you can store a list of articles. You will not need the methods
anymore (except the ToString method). On the first line, you will get a number n. On the next n lines, you will get
some articles in the same format as the previous task ("{title}, {content}, {author}"). Finally, you will get one of the
three inputs: "title", "content", "author". You need to order the articles alphabetically based on the command and
print them sorted by the given criteria.
Благодаря! Така е като използавм копи пейст!