[Solved] Sequence in java
To restart from scratch : What I understand your question should have been : I have a sequence of Strings and want to check the difference between them. Whenever a line is the same as the previous one, i want to increment a counter (that counted the occurence of that line). Whenever a new line … Read more